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