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.Framework.Internal

Classes

DefaultContextCache

This implementation of ContextCache uses AsyncLocal type (represents ambient data that is local to a given asynchronous control flow, such as an asynchronous method.) which is shared bewteen threads in the Execution Conxtext. Each request threads has own _local.Value becuase runs under separate execution context.

LinuxEnvironmentOptions

Specifies linux environment options

PhysicalPathResolver

Interfaces

IPhysicalPathResolver

IRegisterStoppableObjects