com.jdon.controller.cache
类 CacheKeyFactory
java.lang.Object
com.jdon.controller.cache.CacheKeyFactory
- 直接已知子类:
- ModelCacheKeyFactory
public abstract class CacheKeyFactory
- 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}
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
module
public static final String module
CacheKeyFactory
public CacheKeyFactory()
createCacheKey
public CacheKey createCacheKey(String dataKey,
String typeName)
createCacheKeyImp
public abstract CacheKey createCacheKeyImp(String dataKey,
String typeName)
Copyright © 2013. All Rights Reserved.