C# 클래스 AJH.CMS.Core.Data.CacheManager

파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

Private Properties

프로퍼티 타입 설명
CacheManager System
CheckFile void

공개 메소드들

메소드 설명
AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void
GetObject ( string CacheKey ) : object
RemoveObject ( string CacheKey ) : void

비공개 메소드들

메소드 설명
CacheManager ( ) : System
CheckFile ( ) : void

메소드 상세

AddObject() 공개 정적인 메소드

public static AddObject ( string CacheKey, object value, CacheItemPriority cacheItemPriority ) : void
CacheKey string
value object
cacheItemPriority CacheItemPriority
리턴 void

GetObject() 공개 정적인 메소드

public static GetObject ( string CacheKey ) : object
CacheKey string
리턴 object

RemoveObject() 공개 정적인 메소드

public static RemoveObject ( string CacheKey ) : void
CacheKey string
리턴 void