Uses of Class
system.web.caching.Cache
-
Packages that use Cache Package Description system.web system.web.caching system.web.hosting system.web.ui system.web.websockets -
-
Uses of Cache in system.web
Methods in system.web that return Cache Modifier and Type Method Description Cache
HttpContext. getCache()
Cache
HttpContextBase. getCache()
static Cache
HttpRuntime. getCache()
-
Uses of Cache in system.web.caching
Methods in system.web.caching that return Cache Modifier and Type Method Description static Cache
Cache. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoCache
, a cast assert is made to check if types are compatible. -
Uses of Cache in system.web.hosting
Methods in system.web.hosting that return Cache Modifier and Type Method Description static Cache
HostingEnvironment. getCache()
-
Uses of Cache in system.web.ui
Methods in system.web.ui that return Cache Modifier and Type Method Description Cache
Page. getCache()
Cache
UserControl. getCache()
-
Uses of Cache in system.web.websockets
Methods in system.web.websockets that return Cache Modifier and Type Method Description Cache
AspNetWebSocketContext. getCache()
-