C# Class ElmcityUtils.CacheUtils

Mostra file Open project: judell/elmcity

Public Properties

Property Type Description
cache_control_partkey string
cache_control_tablename string

Public Methods

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, Uri uri ) : object>.Dictionary
ViewCache ( System.Web.Mvc.ControllerContext context ) : string

Method Details

FetchPurgeableCacheDicts() public static method

public static FetchPurgeableCacheDicts ( ) : object>>.List
return object>>.List

MarkBaseCacheEntryForRemoval() public static method

public static MarkBaseCacheEntryForRemoval ( string cached_uri, int instance_count ) : void
cached_uri string
instance_count int
return void

MaybePurgeCache() public static method

public static MaybePurgeCache ( ICache cache ) : void
cache ICache
return void

MaybeSuppressResponseBodyForView() public static method

public static MaybeSuppressResponseBodyForView ( System.Web.Mvc.ControllerContext context, byte view_data ) : byte[]
context System.Web.Mvc.ControllerContext
view_data byte
return byte[]

RetrieveBlobAndEtagFromServerCacheOrUri() public static method

public static RetrieveBlobAndEtagFromServerCacheOrUri ( ICache cache, Uri uri ) : object>.Dictionary
cache ICache
uri System.Uri
return object>.Dictionary

ViewCache() public static method

public static ViewCache ( System.Web.Mvc.ControllerContext context ) : string
context System.Web.Mvc.ControllerContext
return string

Property Details

cache_control_partkey public_oe static_oe property

public static string cache_control_partkey
return string

cache_control_tablename public_oe static_oe property

public static string cache_control_tablename
return string