public class CacheKey extends Object implements Cloneable, Serializable
Modifier and Type | Field and Description |
---|---|
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
in class Object
CloneNotSupportedException
Copyright © 2010–2015 MyBatis.org. All rights reserved.