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

ObjectCacheAdapter Methods

The ObjectCacheAdapter type exposes the following members.

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.