ObjectCacheAdapter..::..CacheRead Event
Occurs when the cache is read.
Namespace:
Tortuga.Chain.CoreAssembly: 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); }