diff --git a/core/data/persistence.go b/core/data/persistence.go index 3d1c81888..8a02f1799 100644 --- a/core/data/persistence.go +++ b/core/data/persistence.go @@ -67,6 +67,7 @@ func (ds *Datastore) Get(key string) (ConfigEntry, error) { Key: resultKey, Value: resultValue, } + ds.SetCachedValue(resultKey, resultValue) return result, nil }