3 writes to _cachetime
System.Web (3)
Configuration\HttpCapabilitiesEvaluator.cs (3)
70_cachetime = value; 126_cachetime = parent._cachetime; 144_cachetime = TimeSpan.FromSeconds(60); // one minute default expiry
6 references to _cachetime
System.Web (6)
Configuration\HttpCapabilitiesEvaluator.cs (6)
67return _cachetime; 126_cachetime = parent._cachetime; 244cacheInternal.Insert(hashKey, result, new CacheInsertOptions() { SlidingExpiration = _cachetime }); 301cacheInternal.Insert(optimisticCacheKey, result, new CacheInsertOptions() { SlidingExpiration = _cachetime }); 366cacheInternal.Insert(fullCacheKey, result, new CacheInsertOptions() { SlidingExpiration = _cachetime }); 368cacheInternal.Insert(optimisticCacheKey, _disableOptimisticCachingSingleton, new CacheInsertOptions() { SlidingExpiration = _cachetime });