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