com.ontimize.cache
Class CacheManager.DataCacheId
java.lang.Object
com.ontimize.cache.CacheManager.DataCacheId
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- CacheManager
- protected class CacheManager.DataCacheId
- extends java.lang.Object
- implements java.io.Serializable
It identifies the characteristics of one data set (corresponding to one
entity), several attributes and without conditions
- See Also:
- Serialized Form
|
Constructor Summary |
CacheManager.DataCacheId(java.lang.String entity,
java.util.Vector attributes,
java.util.Hashtable keysValues)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
entity
protected java.lang.String entity
attributes
protected java.util.Vector attributes
keysValues
protected java.util.Hashtable keysValues
time
protected long time
CacheManager.DataCacheId
public CacheManager.DataCacheId(java.lang.String entity,
java.util.Vector attributes,
java.util.Hashtable keysValues)
getTime
public long getTime()
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object o)
toString
public java.lang.String toString()