IValueAdapter<T> Methods |
The IValueAdapter<T> generic type exposes the following members.
Name | Description | |
---|---|---|
GetExposedValue |
Gets the value that should be exposed to the consuming application, i.e. typically the return value of the cached method.
| |
GetStoredValue(Object) |
Gets the value that should be stored in the cache.
(Inherited from IValueAdapter.) | |
GetStoredValue(T) |
Gets the value that should be stored in the cache.
| |
GetStoredValueAsync(Object, CancellationToken) |
Asynchronously gets the value that should be stored in the cache.
(Inherited from IValueAdapter.) | |
GetStoredValueAsync(T, CancellationToken) |
Asynchronously gets the value that should be stored in the cache.
|