SaaS CMS has officially launched! Learn more now.

Namespace EPiServer.Data.Cache

Classes

CacheChangedEventArgs

CacheItem

Represents an item cached in a CacheProvider derived class instance

CacheProvider

Base class for cache implementations for Dynamic Data Store

NullCacheProvider

Null Cache Provider for Dynamic Data Store. Should be used when caching isn't required

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

Enums

TypeOfEventAction

Represents the different options used for cache notifications

Delegates

ExternalCacheChangedHandler

Delegate to handle a change in the cache