AbstractStaticgetResolves the currently active cache context from the async local storage.
The currently active cache context.
StaticgetResolves the currently active request context from the async local storage.
The currently active request context.
StaticrunRuns the given function with the cache context saved in async local storage.
The cache context.
The function to run.
The result of the function.
StaticrunRuns the given function with the request context saved in async local storage.
The request context.
The function to run.
The result of the function.
StaticrunRuns the given function with the request context saved in async local storage.
The request context.
The function to run.
The result of the function.
Encapsulates functionality around async local storage.