C# 클래스 StacheCache.LocalCache

상속: ICache
파일 보기 프로젝트 열기: itsjason/Stache-Cache 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddToCache ( object item, string key, int expirationMinutes ) : void
Clear ( ) : void
Delete ( string key ) : void
ReadFromCache ( string key ) : object

메소드 상세

AddToCache() 공개 메소드

public AddToCache ( object item, string key, int expirationMinutes ) : void
item object
key string
expirationMinutes int
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Delete() 공개 메소드

public Delete ( string key ) : void
key string
리턴 void

ReadFromCache() 공개 메소드

public ReadFromCache ( string key ) : object
key string
리턴 object