7 references to GetStore
System.Runtime.Caching (7)
System\Runtime\Caching\MemoryCache.cs (6)
415
MemoryCacheStore store =
GetStore
(cacheKey);
492
MemoryCacheStore store =
GetStore
(cacheKey);
527
MemoryCacheStore store =
GetStore
(cacheKey);
680
MemoryCacheStore store =
GetStore
(cacheKey);
722
MemoryCacheStore store =
GetStore
(cacheKey);
741
MemoryCacheStore sentinelStore =
GetStore
(sentinelCacheKey);
System\Runtime\Caching\MemoryCacheEntry.cs (1)
339
MemoryCacheStore store = e._fields._cache.
GetStore
(e);