public class CacheKey extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
static CacheKey |
NULL_CACHE_KEY |
Modifier and Type | Method and Description |
---|---|
CacheKey |
clone() |
boolean |
equals(Object object) |
int |
getUpdateCount() |
int |
hashCode() |
String |
toString() |
void |
update(Object object) |
void |
updateAll(Object[] objects) |
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
in class Object
CloneNotSupportedException
Copyright © 2009–2021 MyBatis.org. All rights reserved.