![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
| class | Cache |
| Implements an in-memory cache. More... | |
| class | CacheItem |
| class | CacheItemEventArgs |
| Event arguments for cache item removal events. More... | |
| class | Caches |
| Repository of all active caches. More... | |
| interface | ICache |
| Interface for caches. More... | |
Enumerations | |
| enum | RemovedReason |
| Reason for removing the item. More... | |
Functions | |
| delegate Task | CacheItemEventHandler< KeyType, ValueType > (object Sender, CacheItemEventArgs< KeyType, ValueType > e) |
| Delegate for cache item removal event handlers. More... | |
Reason for removing the item.
Definition at line 9 of file CacheItemEventArgs.cs.
| delegate Task Waher.Runtime.Cache.CacheItemEventHandler< KeyType, ValueType > | ( | object | Sender, |
| CacheItemEventArgs< KeyType, ValueType > | e | ||
| ) |
Delegate for cache item removal event handlers.
| Sender | Sender of event. |
| e | Event arguments. |