public interface DatabaseCache<T extends DatabaseObject>
| Modifier and Type | Method and Description |
|---|---|
T |
get(int pkey) |
Class<T> |
getObjectType()
The type of object this cache holds.
|
boolean |
isLinkBackOn()
The default LinkBack setting
|
void |
load(Statement stmt)
loads the cache from the database
|
void |
reset(Statement stmt)
clears the cache and reloads it from the database
|
Class<T> getObjectType()
boolean isLinkBackOn()
void load(Statement stmt)
void reset(Statement stmt)
T get(int pkey)
Copyright © 2023. All rights reserved.