ObjectCacheAdapter..::..CacheInvalidated Event
Occurs when cache invalidated for a specific key.
Namespace:
Tortuga.Chain.CoreAssembly: Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
Syntax
public event Nullable<EventHandler<CacheInvalidatedEventArgs>> CacheInvalidated
Public Event CacheInvalidated As Nullable(Of EventHandler(Of CacheInvalidatedEventArgs))
public: event Nullable<EventHandler<CacheInvalidatedEventArgs^>^> CacheInvalidated { void add (Nullable<EventHandler<CacheInvalidatedEventArgs^>^> value); void remove (Nullable<EventHandler<CacheInvalidatedEventArgs^>^> value); }