Classes
Class | Description | |
---|---|---|
![]() | CacheChangedEventArgs | |
![]() | CacheItem |
Represents an item cached in a CacheProvider derived class instance
|
![]() | CacheProvider |
Base class for cache implementations for Dynamic Data Store
|
![]() | LocalCache<(Of <(TKey, TValue>)>) |
Generic key to value cache
This class is threadsafe
|
![]() | NullCacheProvider |
Null Cache Provider for Dynamic Data Store. Should be used when caching isn't required
|
![]() | ReplicatedCache<(Of <(TValue>)>) |
Provides a cache than can be replicated in a load balanced environment
|
Interfaces
Interface | Description | |
---|---|---|
![]() | IExternalCacheHandler |
Delegates
Delegate | Description | |
---|---|---|
![]() | ExternalCacheChangedHandler |
Delegate to handle a change in the cache
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | TypeOfEventAction |
Represents the different options used for cache notifications
|