Classes
Class | Description | |
---|---|---|
![]() | RequestLifetimeCache |
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.
|