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}
| 从类 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.