Uses of Interface
com.flagsmith.interfaces.FlagsmithCache
-
Packages that use FlagsmithCache Package Description com.flagsmith com.flagsmith.config com.flagsmith.interfaces -
-
Uses of FlagsmithCache in com.flagsmith
Methods in com.flagsmith that return FlagsmithCache Modifier and Type Method Description FlagsmithCacheFlagsmithApiWrapper. getCache()FlagsmithCacheFlagsmithClient. getCache()Returns a FlagsmithCache cache object that encapsulates methods to manipulate the cache.Constructors in com.flagsmith with parameters of type FlagsmithCache Constructor Description FlagsmithApiWrapper(FlagsmithCache cache, FlagsmithConfig defaultConfig, HashMap<String,String> customHeaders, FlagsmithLogger logger, String apiKey)Instantiate with cache. -
Uses of FlagsmithCache in com.flagsmith.config
Classes in com.flagsmith.config that implement FlagsmithCache Modifier and Type Class Description classFlagsmithCacheConfig.FlagsmithCacheImpl -
Uses of FlagsmithCache in com.flagsmith.interfaces
Methods in com.flagsmith.interfaces that return FlagsmithCache Modifier and Type Method Description default FlagsmithCacheFlagsmithSdk. getCache()
-