The RequestLifetimeCache type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | Add |
Add an item to the cache.
|
![]() ![]() | HasKey |
Checks if the cache has the provided key.
|
![]() ![]() | Remove |
Remove a named item from the cache.
|
![]() ![]() | TryGet(Object) |
Returns cached item based on the provided key or null if item is not known.
|
![]() ![]() | TryGet<(Of <<'(T>)>>)(Object) |
Returns cached item based on the provided key or null if item is not known.
|