3 references to GetAllValues
Microsoft.Extensions.Caching.Memory (3)
MemoryCache.cs (3)
368
foreach (CacheEntry entry in oldState.
GetAllValues
())
509
foreach (CacheEntry entry in coherentState.
GetAllValues
())
635
foreach (CacheEntry entry in coherentState.
GetAllValues
())