org.tinygroup.dbrouter.cache
类 CacheKey

java.lang.Object
  继承者 org.tinygroup.dbrouter.cache.CacheKey
所有已实现的接口:
Serializable, Cloneable

public class CacheKey
extends Object
implements Cloneable, Serializable

另请参见:
序列化表格

构造方法摘要
CacheKey()
           
CacheKey(Object[] objects)
           
 
方法摘要
 CacheKey clone()
           
 boolean equals(Object object)
           
 int getUpdateCount()
           
 int hashCode()
           
 String toString()
           
 void update(Object object)
           
 void updateAll(Object[] objects)
           
 
从类 java.lang.Object 继承的方法
finalize, getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.