2 references to RegisterPostEvictionCallback
Microsoft.AspNetCore.OutputCaching (1)
Memory\MemoryOutputCacheStore.cs (1)
129
options.
RegisterPostEvictionCallback
(RemoveFromTags, (tags, entryId));
Microsoft.Extensions.Caching.Abstractions (1)
MemoryCacheEntryExtensions.cs (1)
118
return options.
RegisterPostEvictionCallback
(callback, state: null);