7 references to GetStore
System.Runtime.Caching (7)
System\Runtime\Caching\MemoryCache.cs (6)
406
MemoryCacheStore store =
GetStore
(cacheKey);
477
MemoryCacheStore store =
GetStore
(cacheKey);
512
MemoryCacheStore store =
GetStore
(cacheKey);
656
MemoryCacheStore store =
GetStore
(cacheKey);
692
MemoryCacheStore store =
GetStore
(cacheKey);
711
MemoryCacheStore sentinelStore =
GetStore
(sentinelCacheKey);
System\Runtime\Caching\MemoryCacheEntry.cs (1)
336
MemoryCacheStore store = e._fields._cache.
GetStore
(e);