3 writes to _objectCache
System.Web (3)
Cache\cache.cs (3)
254_objectCache = (CacheStoreProvider)ProvidersHelper.InstantiateProvider(cacheProviderSettings, typeof(CacheStoreProvider)); 259_objectCache = new AspNetCache((AspNetCache)_internalCache, isPublic: true); 262_objectCache = new AspNetCache(isPublic: true);
7 references to _objectCache
System.Web (7)
Cache\cache.cs (7)
228if (_objectCache is AspNetCache) { 229_internalCache = new AspNetCache((AspNetCache)_objectCache, isPublic: false); 246if (_objectCache == null && createIfDoesNotExist) { 248if (_objectCache == null) { 255_objectCache.Initialize(providerName, cacheProviderSettings); 264_objectCache.Initialize(null, new NameValueCollection()); 270return _objectCache;