类 com.jdon.domain.model.cache.ModelKey
的使用

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

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

参数类型为 ModelKeycom.jdon.domain.model.cache 中的方法
 Object ModelManagerImp.addCache(ModelKey modelKey, Object model)
          add the model to the cache
 Object ModelManager.addCache(ModelKey modelKey, Object model)
          将Model实例加入缓存
 boolean ModelManagerImp.containInCache(ModelKey modelKey)
           
 boolean ModelManager.containInCache(ModelKey modelKey)
           
 Object ModelManagerImp.getCache(ModelKey modelKey)
          get the model instance from the cache
 Object ModelManager.getCache(ModelKey modelKey)
          获取加入缓存的Model实例
 



Copyright © 2013. All Rights Reserved.