메소드 | 설명 | |
---|---|---|
GetCacheItem ( string key ) : object |
get specified cache item based on key provided
|
|
RemoveCacheItem ( string key ) : void |
remove specified cache item
|
|
SetCacheItem ( string key, object data, int expireInSeconds ) : void |
Insert an item into cache
|
메소드 | 설명 | |
---|---|---|
Cache ( ) : System | ||
ExpireCheck ( ) : void |
public static SetCacheItem ( string key, object data, int expireInSeconds ) : void | ||
key | string | |
data | object | |
expireInSeconds | int | |
리턴 | void |