3 references to GetAllValues
Microsoft.Extensions.Caching.Memory (3)
MemoryCache.cs (3)
349
foreach (CacheEntry entry in oldState.
GetAllValues
())
485
foreach (CacheEntry entry in coherentState.
GetAllValues
())
608
foreach (CacheEntry entry in coherentState.
GetAllValues
())