Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCacheStore ¶ added in v0.3.0
func NewCacheStore(actualCache configcat.ConfigCache, reporter status.Reporter) store.CacheEntryStore
func NewNotifyingCacheStore ¶ added in v0.3.0
func NewNotifyingCacheStore(sdkId string, cacheKey string, cache store.CacheEntryStore, conf *config.OfflineConfig, reporter status.Reporter, log log.Logger) store.NotifyingStore
Types ¶
type External ¶ added in v0.5.0
type External interface { configcat.ConfigCache Shutdown() }
func SetupExternalCache ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.