ObjectCacheAdapter Methods
The ObjectCacheAdapter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Clear |
Clears the cache.
|
|
|
ClearAsync |
Clears the cache asynchronously.
|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Invalidate |
Invalidates the cache.
|
|
|
InvalidateAsync |
Invalidates the cache asynchronously.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
TryRead<(Of <<'(T>)>>) |
Tries the read from cache.
|
|
|
TryReadAsync<(Of <<'(T>)>>) |
try read from cache as an asynchronous operation.
|
|
|
Write |
Writes to cache.
|
|
|
WriteAsync |
Writes to cache asynchronously.
|

