Try our conversational search powered by Generative AI!

Namespace EPiServer.Data.Cache

Classes

CacheChangedEventArgs

CacheEventNotifier

CacheItem

Represents an item cached in a CacheProvider derived class instance

CacheProvider

Base class for cache implementations for Dynamic Data Store

DefaultCacheProvider

HttpRuntimeCacheProvider

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

CacheChangedEventHandler

ExternalCacheChangedHandler

Delegate to handle a change in the cache