Implemented interface member:
property
Value
Microsoft.Extensions.Caching.Memory.ICacheEntry.Value
2 references to Value
Microsoft.Extensions.Caching.Memory (2)
CacheEntry.CacheEntryTokens.cs (1)
130registration.EvictionCallback?.Invoke(entry.Key, entry.Value, entry.EvictionReason, registration.State);
MemoryCache.cs (1)
228result = entry.Value;