类 com.jdon.controller.cache.CacheKey
的使用

使用 CacheKey 的软件包
com.jdon.controller.cache   
com.jdon.domain.model.cache   
 

com.jdon.controller.cacheCacheKey 的使用
 

返回 CacheKeycom.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)
           
 

参数类型为 CacheKeycom.jdon.controller.cache 中的方法
 void CacheManager.putObect(CacheKey ckey, Object value)
          保存到缓存中
 

com.jdon.domain.model.cacheCacheKey 的使用
 

返回 CacheKeycom.jdon.domain.model.cache 中的方法
 CacheKey ModelCacheKeyFactory.createCacheKeyImp(String dataKey, String modelClassName)
           
 

参数类型为 CacheKeycom.jdon.domain.model.cache 中的方法
protected  void ModelCacheManager.saveToCache(CacheKey cachKey, Object model)
           
 



Copyright © 2013. All Rights Reserved.