| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--planetj.dataengine.cache.RowKeyTableCache
A cache which holds Objects based on RowKeys and Tables.
| Constructor Summary | |
RowKeyTableCache()
RowKeyCache constructor comment.  | 
|
| Method Summary | |
 boolean | 
add(RowKey key,
    TableCollection tables,
    Object o)
Adds an object to the cache, based on a RowKey and Table  | 
 Object | 
get(RowKey key,
    TableCollection tables)
Gets an Object out of the cache  | 
 List | 
getAll(Table table)
Returns all the Objects for a given table that are in the cache.  | 
 List | 
getAll(TableCollection tc)
Returns all the Objects for a given table collection that are in the cache.  | 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public RowKeyTableCache()
| Method Detail | 
public boolean add(RowKey key,
                   TableCollection tables,
                   Object o)
public Object get(RowKey key,
                  TableCollection tables)
public List getAll(TableCollection tc)
public List getAll(Table table)
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||