메소드 | 설명 | |
---|---|---|
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 |
public MemCache ( string keyHead, int defSeconds, string host ) : System | ||
keyHead | string | |
defSeconds | int | |
host | string | |
리턴 | System |
public store ( string key, object obj, int seconds ) : void | ||
key | string | |
obj | object | |
seconds | int | |
리턴 | void |