com.dbxml.db.core
Class Cache
java.lang.Object
com.dbxml.db.core.Cache
- public final class Cache
- extends java.lang.Object
Cache implements a basic cache for Collections.
Constructor Summary |
Cache()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cache
public Cache()
get
public java.lang.Object get(Collection col,
Key key)
getRecord
public Record getRecord(Collection col,
Key key)
getDocument
public DocumentTable getDocument(Collection col,
Key key)
put
public void put(Collection col,
Key key,
java.lang.Object obj)
put
public void put(Collection col,
Record record)
remove
public void remove(Collection col,
Key key)
Copyright (c) 2004 The dbXML Group