[This is preliminary documentation and is subject to change.]
The CacheExtensions type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| DeleteThrough TKey | ||
| FetchFrom TKey, TResult |
Fetches an existing item from cache or null. IsAbsent is true when data was read from cache as an AbsentValue
| |
| FetchThrough TKey, TResult |
Fetches an item through cache
| |
| SaveThrough TKey, TData |
See Also