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