C# 클래스 ElmcityUtils.CacheUtils

파일 보기 프로젝트 열기: judell/elmcity

공개 프로퍼티들

프로퍼티 타입 설명
cache_control_partkey string
cache_control_tablename string

공개 메소드들

메소드 설명
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

메소드 상세

FetchPurgeableCacheDicts() 공개 정적인 메소드

public static FetchPurgeableCacheDicts ( ) : object>>.List
리턴 object>>.List

MarkBaseCacheEntryForRemoval() 공개 정적인 메소드

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

MaybePurgeCache() 공개 정적인 메소드

public static MaybePurgeCache ( ICache cache ) : void
cache ICache
리턴 void

MaybeSuppressResponseBodyForView() 공개 정적인 메소드

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

RetrieveBlobAndEtagFromServerCacheOrUri() 공개 정적인 메소드

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

ViewCache() 공개 정적인 메소드

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

프로퍼티 상세

cache_control_partkey 공개적으로 정적으로 프로퍼티

public static string cache_control_partkey
리턴 string

cache_control_tablename 공개적으로 정적으로 프로퍼티

public static string cache_control_tablename
리턴 string