com.jdon.controller.cache
类 StringCacheKeyFactory

java.lang.Object
  继承者 com.jdon.controller.cache.StringCacheKeyFactory

public abstract class StringCacheKeyFactory
extends Object

different cached object, there is different cache key. CacheKeyFactory is for creating cache key for different object

版本:
1.0
作者:
banq
另请参见:
com.jdon.domain.model.cache.ModelCacheKeyFactory} {@link com.jdon.model.query.cache.BlockCacheKeyFactory}

字段摘要
static String module
           
 
构造方法摘要
StringCacheKeyFactory()
           
 
方法摘要
 CacheKey createCacheKey(String dataKey, String typeName)
           
abstract  CacheKey createCacheKeyImp(String dataKey, String typeName)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

module

public static final String module
构造方法详细信息

StringCacheKeyFactory

public StringCacheKeyFactory()
方法详细信息

createCacheKey

public CacheKey createCacheKey(String dataKey,
                               String typeName)

createCacheKeyImp

public abstract CacheKey createCacheKeyImp(String dataKey,
                                           String typeName)


Copyright © 2013. All Rights Reserved.