Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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

LocalCache<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<TValue>

Provides a cache than can be replicated in a load balanced environment

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.

IExternalCacheHandler

Enums

TypeOfEventAction

Represents the different options used for cache notifications

Delegates

ExternalCacheChangedHandler

Delegate to handle a change in the cache