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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

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

NullCacheProvider() 공개 메소드

public NullCacheProvider ( ) : System
리턴 System

Set() 공개 메소드

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

Unset() 공개 메소드

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