Cache for storing objects with a longevity limited to a single request.
Objects cached here are subject to garbage collection at some point after the request has completed.
Uses HttpContext.Items when available, otherwise
CallContext.
Namespace: Composite.Core.CachingAssembly: Composite (in Composite.dll) Version: 5.3.6135.33083
Syntax
C# |
---|
public static class RequestLifetimeCache |
Visual Basic |
---|
Public NotInheritable Class RequestLifetimeCache |
Visual C++ |
---|
public ref class RequestLifetimeCache abstract sealed |
Inheritance Hierarchy
See Also