Microsoft.Extensions.Caching.Memory.PostEvictionDelegate
Represents the callback method that gets called when a cache entry expires.
namespace Microsoft.Extensions.Caching.Memory
{
public delegate void PostEvictionDelegate (object key, object value, EvictionReason reason, object state);
}