7 references to GetStore
System.Runtime.Caching (7)
System\Caching\MemoryCache.cs (6)
362
MemoryCacheStore store =
GetStore
(cacheKey);
440
MemoryCacheStore store =
GetStore
(cacheKey);
466
MemoryCacheStore store =
GetStore
(cacheKey);
594
MemoryCacheStore store =
GetStore
(cacheKey);
629
MemoryCacheStore store =
GetStore
(cacheKey);
650
MemoryCacheStore sentinelStore =
GetStore
(sentinelCacheKey);
System\Caching\MemoryCacheEntry.cs (1)
280
MemoryCacheStore store = e._fields._cache.
GetStore
(e);