com.jdon.cache
类 CacheableWrapper
java.lang.Object
com.jdon.cache.CacheableWrapper
- 所有已实现的接口:
- Serializable
public class CacheableWrapper
- extends Object
- implements Serializable
All domain model will be wrapped by this class.
an this class's object will be save to Cache that can support distributed
network.
- 作者:
- banq
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheableWrapper
public CacheableWrapper(String cachedValueKey,
Object cachedValue)
getCachedValueKey
public String getCachedValueKey()
setCachedValueKey
public void setCachedValueKey(String cachedValueKey)
getCachedValue
public Object getCachedValue()
setCachedValue
public void setCachedValue(Object cachedValue)
Copyright © 2013. All Rights Reserved.