Property | Type | Description | |
---|---|---|---|
CreateCacheItem | |||
GetCacheItemByKey | |||
GetCacheKey | string | ||
GetHttpCacheability | HttpCacheability | ||
Initialize | void | ||
IsServerCachingEnabled | bool | ||
IsValid | bool | ||
RegisterHeaders | void | ||
SetCacheItemByKey | void |
Method | Description | |
---|---|---|
FileOutputCacheAttribute ( ) : System | ||
OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
OnResultExecuting ( System.Web.Mvc.ResultExecutingContext filterContext ) : void |
Method | Description | |
---|---|---|
CreateCacheItem ( |
||
GetCacheItemByKey ( string key ) : |
||
GetCacheKey ( ControllerContext context ) : string | ||
GetHttpCacheability ( ) : HttpCacheability | ||
Initialize ( ) : void | ||
IsServerCachingEnabled ( ) : bool | ||
IsValid ( string url ) : bool | ||
RegisterHeaders ( |
||
SetCacheItemByKey ( string key, |
public OnResultExecuted ( System.Web.Mvc.ResultExecutedContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutedContext | |
return | void |
public OnResultExecuting ( System.Web.Mvc.ResultExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ResultExecutingContext | |
return | void |