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

ObjectCacheAdapter..::..CacheRead Event

Occurs when the cache is read.

Namespace:  Tortuga.Chain.Core
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public event Nullable<EventHandler<CacheReadEventArgs>> CacheRead
Public Event CacheRead As Nullable(Of EventHandler(Of CacheReadEventArgs))
public:
 event Nullable<EventHandler<CacheReadEventArgs^>^> CacheRead {
	void add (Nullable<EventHandler<CacheReadEventArgs^>^> value);
	void remove (Nullable<EventHandler<CacheReadEventArgs^>^> value);
}