接口 com.jdon.controller.cache.StringKey
的使用

使用 StringKey 的软件包
com.jdon.controller.cache   
 

com.jdon.controller.cacheStringKey 的使用
 

实现 StringKeycom.jdon.controller.cache 中的类
 class CacheKey
          Instances of the ObjectKey class identify the object that will be fetched from the cache.
 

参数类型为 StringKeycom.jdon.controller.cache 中的方法
 boolean CacheManager.containObject(StringKey skey)
           
 Object CacheManager.fetchObject(StringKey skey)
          从缓存中获得缓存
 void CacheManager.removeObect(StringKey skey)
          清除缓存
 



Copyright © 2013. All Rights Reserved.