| |
|
| org.hsqldb.persist.PersistentStore
PersistentStore | public interface PersistentStore (Code) | | Interface for a store for CachedObject object.
author: fredt@users version: 1.8.0 since: 1.8.0 |
INT_STORE_SIZE | int INT_STORE_SIZE(Code) | | |
LONG_STORE_SIZE | int LONG_STORE_SIZE(Code) | | |
getKeep | CachedObject getKeep(int key)(Code) | | get object, ensuring future gets will return the same instance of the object
|
getStorageSize | int getStorageSize(int key)(Code) | | |
release | void release(int i)(Code) | | remove the cached copies
|
remove | void remove(int i)(Code) | | remove both persisted and cached copies
|
removePersistence | void removePersistence(int i)(Code) | | remove the persisted image but not the cached copy
|
|
|
|