C# 클래스 Weed3Demo.config.MemCache

상속: ICacheService
파일 보기 프로젝트 열기: noear/Weed3

공개 메소드들

메소드 설명
MemCache ( string keyHead, int defSeconds, string host ) : System
get ( string key ) : object
getCacheKeyHead ( ) : string
getDefalutSeconds ( ) : int
remove ( string key ) : void
store ( string key, object obj, int seconds ) : void

비공개 메소드들

메소드 설명
InitMemCache ( string host ) : void

메소드 상세

MemCache() 공개 메소드

public MemCache ( string keyHead, int defSeconds, string host ) : System
keyHead string
defSeconds int
host string
리턴 System

get() 공개 메소드

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

getCacheKeyHead() 공개 메소드

public getCacheKeyHead ( ) : string
리턴 string

getDefalutSeconds() 공개 메소드

public getDefalutSeconds ( ) : int
리턴 int

remove() 공개 메소드

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

store() 공개 메소드

public store ( string key, object obj, int seconds ) : void
key string
obj object
seconds int
리턴 void