public class CacheKey extends Object implements Cloneable, Serializable
| 限定符和类型 | 字段和说明 |
|---|---|
static CacheKey |
NULL_CACHE_KEY |
public static final CacheKey NULL_CACHE_KEY
public CacheKey()
public CacheKey(Object[] objects)
public int getUpdateCount()
public void update(Object object)
public void updateAll(Object[] objects)
public CacheKey clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2016. All rights reserved.