SaaS CMS has officially launched! Learn more now.

Namespace EPiServer.Framework.Cache

Classes

CacheEvictionPolicy

Contains the different cache evicion policies that can be assigned for an item in IObjectInstanceCache.

CacheMemoryMonitorOptions

Options for monitoring and trimming the in-memory cache backing the default IObjectInstanceCache implementation.

CacheTimeoutType

Types of cache timeout handling.

FailureRecoveryAction

The various options for handling cache synchronization failures

ObjectInstanceCacheExtensions

Extends IObjectInstanceCache with convenient methods

ReadStrategy

Used to specify how cache reads should be handled

Interfaces

IObjectInstanceCache

An interface for local, fast caching of object instances.

IRequestCache

Signature for a component that implements support to cache values on current request (for a web application a Http request)

ISynchronizedObjectInstanceCache

Object instance cache that has support for synchronizing cache contents over multiple computers.