org.openware.job.data
Class LastUsedInfo
java.lang.Object
|
+--org.openware.job.data.LastUsedInfo
- public class LastUsedInfo
- extends java.lang.Object
Information that used to help keep track of the least recently
used (LRU) value in the query cache. Each set of results from
a query is cached by table name and the query, itself. So,
basically, this class stores that information.
- Version:
- $Revision: 1.2 $ $Date: 2001/07/03 02:00:15 $
- Author:
- Vincent Sheffer
Method Summary |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2000,2001 Openware. All Rights Reserved.