|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 CacheKey 的软件包 | |
|---|---|
| com.jdon.controller.cache | |
| com.jdon.domain.model.cache | |
| com.jdon.controller.cache 中 CacheKey 的使用 |
|---|
| 返回 CacheKey 的 com.jdon.controller.cache 中的方法 | |
|---|---|
CacheKey |
StringCacheKeyFactory.createCacheKey(String dataKey,
String typeName)
|
CacheKey |
CacheKeyFactory.createCacheKey(String dataKey,
String typeName)
|
abstract CacheKey |
StringCacheKeyFactory.createCacheKeyImp(String dataKey,
String typeName)
|
abstract CacheKey |
CacheKeyFactory.createCacheKeyImp(String dataKey,
String typeName)
|
| 参数类型为 CacheKey 的 com.jdon.controller.cache 中的方法 | |
|---|---|
void |
CacheManager.putObect(CacheKey ckey,
Object value)
保存到缓存中 |
| com.jdon.domain.model.cache 中 CacheKey 的使用 |
|---|
| 返回 CacheKey 的 com.jdon.domain.model.cache 中的方法 | |
|---|---|
CacheKey |
ModelCacheKeyFactory.createCacheKeyImp(String dataKey,
String modelClassName)
|
| 参数类型为 CacheKey 的 com.jdon.domain.model.cache 中的方法 | |
|---|---|
protected void |
ModelCacheManager.saveToCache(CacheKey cachKey,
Object model)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||