C# 클래스 Codeology.SharpCache.Providers.LocalCacheProvider

상속: CacheProvider
파일 보기 프로젝트 열기: lkinsella/SharpCache

공개 메소드들

메소드 설명
Clear ( ) : void
Exists ( string key ) : bool
Get ( string key ) : object
Initialize ( ) : void
LocalCacheProvider ( ) : System
Set ( string key, object value, System.DateTime dt ) : void
Uninitialize ( ) : void
Unset ( string key ) : void

보호된 메소드들

메소드 설명
GetId ( ) : System.Guid
GetName ( ) : string

비공개 메소드들

메소드 설명
Deserialize ( CachedItem item ) : object
GetOldestCachedItem ( ) : string
Serialize ( object value, System.DateTime expires ) : CachedItem
TimerElapsed ( object sender, System e ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Exists() 공개 메소드

public Exists ( string key ) : bool
key string
리턴 bool

Get() 공개 메소드

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

GetId() 보호된 메소드

protected GetId ( ) : System.Guid
리턴 System.Guid

GetName() 보호된 메소드

protected GetName ( ) : string
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

LocalCacheProvider() 공개 메소드

public LocalCacheProvider ( ) : System
리턴 System

Set() 공개 메소드

public Set ( string key, object value, System.DateTime dt ) : void
key string
value object
dt System.DateTime
리턴 void

Uninitialize() 공개 메소드

public Uninitialize ( ) : void
리턴 void

Unset() 공개 메소드

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