Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectCacheAdapter Members

The ObjectCacheAdapter type exposes the following members.

Constructors


  Name Description
Public method ObjectCacheAdapter
Initializes a new instance of the ObjectCacheAdapter class.

Methods


  Name Description
Public method Clear
Clears the cache.
Public method ClearAsync
Clears the cache asynchronously.
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invalidate
Invalidates the cache.
Public method InvalidateAsync
Invalidates the cache asynchronously.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method TryRead<(Of <<'(T>)>>)
Tries the read from cache.
Public method TryReadAsync<(Of <<'(T>)>>)
try read from cache as an asynchronous operation.
Public method Write
Writes to cache.
Public method WriteAsync
Writes to cache asynchronously.

Events


  Name Description
Public event CacheCleared
Occurs when cache is cleared.
Public event CacheInvalidated
Occurs when cache invalidated for a specific key.
Public event CacheRead
Occurs when the cache is read.
Public event CacheWritten
Occurs when the cache is written to.