Namespace EPiServer.Data.Cache
Classes
CacheChangedEventArgs
Arguments used for CacheChanged
CacheChangedEventHandler
CacheEventNotifier
CacheItem
Represents an item cached in a CacheProvider derived class instance
CacheProvider
Base class for cache implementations for Dynamic Data Store
DefaultCacheProvider
ExternalCacheChangedHandler
Delegate to handle a change in the cache
NullCacheProvider
Null Cache Provider for Dynamic Data Store. Should be used when caching isn't required
TypeOfEventAction
Represents the different options used for cache notifications
Interfaces
ICacheable
Dictates how an item in the cache should identify itself. If implemented by a collection, the items within it must also implement this interface.
IDataCacheProviderFactory
Used to create a CacheProvider
IExternalCacheHandler
Component that is used to notify when a cached item has changed externally in a loadbalanced scenario