com.jdon.domain.model.cache
类 ModelCacheKeyFactory

java.lang.Object
  继承者 com.jdon.controller.cache.CacheKeyFactory
      继承者 com.jdon.domain.model.cache.ModelCacheKeyFactory

public class ModelCacheKeyFactory
extends CacheKeyFactory


字段摘要
static String CACHE_TYPE_MODEL
          可缓存的类型: Model对象
 
从类 com.jdon.controller.cache.CacheKeyFactory 继承的字段
module
 
构造方法摘要
ModelCacheKeyFactory()
           
 
方法摘要
 CacheKey createCacheKeyImp(String dataKey, String modelClassName)
           
 
从类 com.jdon.controller.cache.CacheKeyFactory 继承的方法
createCacheKey
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

CACHE_TYPE_MODEL

public static final String CACHE_TYPE_MODEL
可缓存的类型: Model对象

另请参见:
常量字段值
构造方法详细信息

ModelCacheKeyFactory

public ModelCacheKeyFactory()
方法详细信息

createCacheKeyImp

public CacheKey createCacheKeyImp(String dataKey,
                                  String modelClassName)
指定者:
CacheKeyFactory 中的 createCacheKeyImp


Copyright © 2013. All Rights Reserved.