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