public class CacheWrapper<T> extends Object implements Serializable, Cloneable
| 构造器和说明 |
|---|
CacheWrapper() |
CacheWrapper(T cacheObject,
int expire) |
CacheWrapper(T cacheObject,
int expire,
long lastLoadTime) |
public CacheWrapper()
public CacheWrapper(T cacheObject, int expire)
public CacheWrapper(T cacheObject, int expire, long lastLoadTime)
public boolean isExpired()
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2020. All rights reserved.