Property | Type | Description | |
---|---|---|---|
CacheDuration | int |
Method | Description | |
---|---|---|
AddCache ( string key, object data ) : bool |
根据给定的Key和数据,加入到缓存中。
|
|
GetCache ( string key ) : object |
根据给定的key获取到一个对应的缓存。
|
Method | Description | |
---|---|---|
CacheManager ( ) : System |
public AddCache ( string key, object data ) : bool | ||
key | string | 缓存的key。 |
data | object | 缓存的内容。 |
return | bool |