ObjectCacheAdapter Members
The ObjectCacheAdapter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ObjectCacheAdapter |
Initializes a new instance of the ObjectCacheAdapter class.
|
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.
|
Events
| Name | Description | |
|---|---|---|
|
|
CacheCleared |
Occurs when cache is cleared.
|
|
|
CacheInvalidated |
Occurs when cache invalidated for a specific key.
|
|
|
CacheRead |
Occurs when the cache is read.
|
|
|
CacheWritten |
Occurs when the cache is written to.
|

