LocalCacheSettings

interface LocalCacheSettings

Known direct subclasses
MemoryCacheSettings

Configures the SDK to use a memory cache.

PersistentCacheSettings

Configures the SDK to use a persistent cache.


Marker interface implemented by all supported cache settings.

PersistentCacheSettings and MemoryCacheSettings are the two only cache types supported by the SDK. Custom implementation is not supported.