|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.jdon.domain.model.cache.ModelManagerImp
public class ModelManagerImp
ModelManager implemention
| 字段摘要 | |
|---|---|
static String |
module
|
| 构造方法摘要 | |
|---|---|
ModelManagerImp(ModelCacheManager modelCacheManager,
ModelProxyInjection modelProxyInjection,
ModelAdvisor modelAdvisor)
|
|
| 方法摘要 | |
|---|---|
Object |
addCache(ModelKey modelKey,
Object model)
add the model to the cache |
void |
addCache(Object key,
String className,
Object model)
add the model to the cache |
void |
clearCache()
clear all models in the cache. |
boolean |
containInCache(ModelKey modelKey)
|
Object |
getCache(ModelKey modelKey)
get the model instance from the cache |
Object |
getCache(Object key,
String className)
get the model instance from the cache |
boolean |
isNull(String s)
|
void |
removeCache(Object dataKey)
remove the model instance from the cache |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 字段详细信息 |
|---|
public static final String module
| 构造方法详细信息 |
|---|
public ModelManagerImp(ModelCacheManager modelCacheManager,
ModelProxyInjection modelProxyInjection,
ModelAdvisor modelAdvisor)
| 方法详细信息 |
|---|
public Object addCache(ModelKey modelKey,
Object model)
ModelManager 中的 addCachemodelKey - model -
public void addCache(Object key,
String className,
Object model)
ModelManager 中的 addCachepublic Object getCache(ModelKey modelKey)
ModelManager 中的 getCache
public Object getCache(Object key,
String className)
ModelManager 中的 getCache
public void removeCache(Object dataKey)
throws Exception
ModelManager 中的 removeCacheExceptionpublic void clearCache()
ModelManager 中的 clearCachepublic boolean isNull(String s)
public boolean containInCache(ModelKey modelKey)
ModelManager 中的 containInCache
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||