3 writes to EvictionCallback
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitRegistry.cs (1)
63EvictionCallback = OnEntryEvicted,
Microsoft.Extensions.Caching.Abstractions (2)
CacheEntryExtensions.cs (1)
127EvictionCallback = callback,
MemoryCacheEntryExtensions.cs (1)
137EvictionCallback = callback,
3 references to EvictionCallback
Microsoft.Extensions.Caching.Abstractions (2)
CacheEntryExtensions.cs (2)
190if (postEvictionCallback.EvictionCallback is null) 193entry.RegisterPostEvictionCallbackNoValidation(postEvictionCallback.EvictionCallback, postEvictionCallback.State);
Microsoft.Extensions.Caching.Memory (1)
CacheEntry.CacheEntryTokens.cs (1)
130registration.EvictionCallback?.Invoke(entry.Key, entry.Value, entry.EvictionReason, registration.State);