SaaS CMS has officially launched! Learn more now.

Class ContextCache

Inheritance
System.Object
ContextCache
Namespace: EPiServer.Framework
Assembly: EPiServer.Framework.dll
Version: 12.0.3
Syntax
public abstract class ContextCache : Object

Constructors

ContextCache()

Declaration
protected ContextCache()

Properties

Current

Get the current ContextCache instance.

Declaration
public static ContextCache Current { get; set; }
Property Value
Type Description
ContextCache
Remarks

Avoid whenever possible and inject ContextCache in constructor instead.

Item[String]

Declaration
public abstract object this[string name] { get; set; }
Parameters
Type Name Description
System.String name
Property Value
Type Description
System.Object

Extension Methods