Delegate LRUCache<TKey, TValue>.OnRemoveDelegate
A delegate to use for when an item is pushed out of the cache.
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public delegate void OnRemoveDelegate(TValue item);
Parameters
|
TValue
item
|