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