2 references to TryAdd
Microsoft.Extensions.Caching.Memory (2)
MemoryCache.cs (2)
157
entryAdded = coherentState.
TryAdd
(entry.Key, entry);
169
entryAdded = coherentState.
TryAdd
(entry.Key, entry);