PostEvictionDelegate Delegate

Signature of the callback which gets called when a cache entry expires.

Namespace
Microsoft.Extensions.Caching.Memory
Assemblies
  • Microsoft.Extensions.Caching.Abstractions

Syntax

public delegate void PostEvictionDelegate(object key, object value, EvictionReason reason, object state);
delegate Microsoft.Extensions.Caching.Memory.PostEvictionDelegate