| 程序包 | 说明 |
|---|---|
| com.jdon.controller.cache |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CacheKey
Instances of the ObjectKey class identify the object that will be fetched
from the cache.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
CacheManager.containObject(StringKey skey) |
Object |
CacheManager.fetchObject(StringKey skey)
从缓存中获得缓存
|
Object |
CacheManager.putIfAbsent(StringKey ckey,
Object value) |
void |
CacheManager.putObect(StringKey ckey,
Object value)
保存到缓存中
|
void |
CacheManager.removeObect(StringKey skey)
清除缓存
|
Copyright © 2018. All rights reserved.