org.tinygroup.dbrouter.cache
类 CacheKey
java.lang.Object
org.tinygroup.dbrouter.cache.CacheKey
- 所有已实现的接口:
- Serializable, Cloneable
public class CacheKey
- extends Object
- implements Cloneable, Serializable
- 另请参见:
- 序列化表格
CacheKey
public CacheKey()
CacheKey
public CacheKey(Object[] objects)
getUpdateCount
public int getUpdateCount()
update
public void update(Object object)
updateAll
public void updateAll(Object[] objects)
equals
public boolean equals(Object object)
- 覆盖:
- 类
Object 中的 equals
hashCode
public int hashCode()
- 覆盖:
- 类
Object 中的 hashCode
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
clone
public CacheKey clone()
throws CloneNotSupportedException
- 覆盖:
- 类
Object 中的 clone
- 抛出:
CloneNotSupportedException
Copyright © 2006–2015 TinyGroup. All rights reserved.