Try our conversational search powered by Generative AI!

Namespace EPiServer.Framework.Cache

Classes

CacheEvictionPolicy

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

HttpRuntimeCache

Default implementation of IObjectInstanceCache.

ObjectInstanceCacheExtensions

Extends IObjectInstanceCache with convenient methods

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.

Enums

CacheTimeoutType

Types of cache timeout handling.

FailureRecoveryAction

The various options for handling cache synchronization failures

ReadStrategy

Used to specify how cache reads should be handled