C# Class ElmcityUtils.CacheUtils

Afficher le fichier Open project: judell/elmcity

Méthodes publiques

Свойство Type Description
cache_control_partkey string
cache_control_tablename string

Méthodes publiques

Méthode 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 méthode

public static FetchPurgeableCacheDicts ( ) : object>>.List
Résultat object>>.List

MarkBaseCacheEntryForRemoval() public static méthode

public static MarkBaseCacheEntryForRemoval ( string cached_uri, int instance_count ) : void
cached_uri string
instance_count int
Résultat void

MaybePurgeCache() public static méthode

public static MaybePurgeCache ( ICache cache ) : void
cache ICache
Résultat void

MaybeSuppressResponseBodyForView() public static méthode

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

RetrieveBlobAndEtagFromServerCacheOrUri() public static méthode

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

ViewCache() public static méthode

public static ViewCache ( System.Web.Mvc.ControllerContext context ) : string
context System.Web.Mvc.ControllerContext
Résultat string

Property Details

cache_control_partkey public_oe static_oe property

public static string cache_control_partkey
Résultat string

cache_control_tablename public_oe static_oe property

public static string cache_control_tablename
Résultat string