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

ICacheAdapter..::..CacheInvalidated Event

Occurs when cache invalidated for a specific key.

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

Syntax


event Nullable<EventHandler<CacheInvalidatedEventArgs>> CacheInvalidated
Event CacheInvalidated As Nullable(Of EventHandler(Of CacheInvalidatedEventArgs))
 event Nullable<EventHandler<CacheInvalidatedEventArgs^>^> CacheInvalidated {
	void add (Nullable<EventHandler<CacheInvalidatedEventArgs^>^> value);
	void remove (Nullable<EventHandler<CacheInvalidatedEventArgs^>^> value);
}