public interface DaoCacheProvider
| Modifier and Type | Method and Description |
|---|---|
void |
clear(String cacheName) |
void |
depose() |
Object |
get(String cacheName,
String key)
如果缓存没有找到,返回CacheResult.NOT_FOUNT
如果缓存的的是空结果(null), 返回CacheResult.NULL
该方法如果返回null,代表缓存实现内部异常!!
|
void |
init() |
boolean |
put(String cacheName,
String key,
Object obj) |
Copyright © 2017. All rights reserved.