Class | Description | |
---|---|---|
![]() | BaseStoreProvider<TStore,TStoreLevel> | The base class of the storage provider. |
![]() | CacheItem | Cache element. |
![]() | CacheStoreProvider | Cache provider. |
![]() | CacheStoreUtilities | Provides utility methods for working with the data store and cache. |
![]() | ClientStoreAdaptersConfigurationSection | |
![]() | ClientStoreAdaptersSectionCollection | |
![]() | ClientStoreAdaptersSectionElement | |
![]() | DataStoreKeyTransformerProxy | A proxy class that converts data storage keys by adding a prefix to the key. |
![]() | DataStoreProvider | The data storage provider. |
![]() | KeyTransformerProxy | Base class for proxy classes that convert cache keys. |
![]() | MemoryCacheStore | Cache. |
![]() | PrefixKeyTransformerProxy | A proxy class that converts cache keys by adding a prefix to the key. |
![]() | Store | Provides access to data storages and caches of various levels. |
Interface | Description | |
---|---|---|
![]() | IBaseStore | Base interface for permanent data storages and caches |
![]() | ICacheStore | Cache. |
![]() | ICacheStoreProxy | Interface for cache proxy classes. |
![]() | IDataStore | Data storage. |
![]() | IDataStoreProxy | Interface for proxy classes of the data storage |
![]() | ISessionStore | The interface of the session data storage. |
Enumeration | Description | |
---|---|---|
![]() | CacheLevel | Data level in the cache. |
![]() | DataLevel | Data level in the storage |