public class CacheKey extends Object implements Cloneable, Serializable
| 限定符和类型 | 方法和说明 |
|---|---|
protected CacheKey |
clone() |
boolean |
equals(Object obj) |
int |
getUpdateList() |
int |
hashCode() |
String |
toString() |
void |
update(Object object) |
void |
updateAll(Object[] objects) |
public CacheKey()
public CacheKey(Object... objects)
public int getUpdateList()
public void update(Object object)
public void updateAll(Object[] objects)
protected CacheKey clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2020. All rights reserved.