2 references to TryGetValue
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
138
if (coherentState.
TryGetValue
(entry.Key, out CacheEntry? priorEntry))
214
if (coherentState.
TryGetValue
(key, out CacheEntry? tmp))