1 write to _cacheKey
System.Web (1)
UI\PartialCachingControl.cs (1)
86
_cacheKey
= ComputeNonVaryCacheKey(combinedHashCode);
3 references to _cacheKey
System.Web (3)
UI\PartialCachingControl.cs (3)
94
object tmpCacheEntry = OutputCache.GetFragment(
_cacheKey
, _provider);
405
realItemCacheKey =
_cacheKey
;
431
OutputCache.InsertFragment(
_cacheKey
, cachedVary,