1 write to _cache
System.Web (1)
UI\Page.cs (1)
5569
_cache
= context.Cache;
2 references to _cache
System.Web (2)
UI\Page.cs (2)
1193
if (
_cache
== null)
1196
return
_cache
;