7 references to GetStore
System.Runtime.Caching (7)
System\Runtime\Caching\MemoryCache.cs (6)
438MemoryCacheStore store = GetStore(cacheKey); 530MemoryCacheStore store = GetStore(cacheKey); 565MemoryCacheStore store = GetStore(cacheKey); 718MemoryCacheStore store = GetStore(cacheKey); 760MemoryCacheStore store = GetStore(cacheKey); 779MemoryCacheStore sentinelStore = GetStore(sentinelCacheKey);
System\Runtime\Caching\MemoryCacheEntry.cs (1)
339MemoryCacheStore store = e._fields._cache.GetStore(e);