Property | Type | Description | |
---|---|---|---|
cache_control_partkey | string | ||
cache_control_tablename | string |
Method | Description | |
---|---|---|
FetchPurgeableCacheDicts ( ) : object>>.List |
||
MarkBaseCacheEntryForRemoval ( string cached_uri, int instance_count ) : void | ||
MaybePurgeCache ( ICache cache ) : void | ||
MaybeSuppressResponseBodyForView ( System.Web.Mvc.ControllerContext context, byte view_data ) : byte[] | ||
RetrieveBlobAndEtagFromServerCacheOrUri ( ICache cache, |
||
ViewCache ( System.Web.Mvc.ControllerContext context ) : string |
public static FetchPurgeableCacheDicts ( ) : object>>.List |
||
return | object>>.List |
public static MarkBaseCacheEntryForRemoval ( string cached_uri, int instance_count ) : void | ||
cached_uri | string | |
instance_count | int | |
return | void |
public static MaybePurgeCache ( ICache cache ) : void | ||
cache | ICache | |
return | void |
public static MaybeSuppressResponseBodyForView ( System.Web.Mvc.ControllerContext context, byte view_data ) : byte[] | ||
context | System.Web.Mvc.ControllerContext | |
view_data | byte | |
return | byte[] |
public static RetrieveBlobAndEtagFromServerCacheOrUri ( ICache cache, |
||
cache | ICache | |
uri | ||
return | object>.Dictionary |
public static ViewCache ( System.Web.Mvc.ControllerContext context ) : string | ||
context | System.Web.Mvc.ControllerContext | |
return | string |
public static string cache_control_partkey | ||
return | string |