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

상속: IDisposable, ICacheProvider
파일 보기 프로젝트 열기: lkinsella/SharpCache

공개 메소드들

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

보호된 메소드들

메소드 설명
CacheProvider ( ) : System
Dispose ( bool disposing ) : void
GetId ( ) : System.Guid
GetName ( ) : string

메소드 상세

CacheProvider() 보호된 메소드

protected CacheProvider ( ) : System
리턴 System

Clear() 공개 추상적인 메소드

public abstract Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Exists() 공개 추상적인 메소드

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

Get() 공개 추상적인 메소드

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

GetId() 보호된 추상적인 메소드

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

GetName() 보호된 추상적인 메소드

protected abstract GetName ( ) : string
리턴 string

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Set() 공개 추상적인 메소드

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

Uninitialize() 공개 메소드

public Uninitialize ( ) : void
리턴 void

Unset() 공개 추상적인 메소드

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