|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Field Summary | |
static java.lang.String |
PERSISTENT_CACHE
|
static java.lang.String |
ROLE
|
static java.lang.String |
TRANSIENT_CACHE
|
Method Summary | |
boolean |
containsKey(java.lang.Object key)
Indicates if the given key is associated to a contained object. |
void |
free()
|
java.lang.Object |
get(java.lang.Object key)
Get the object associated to the given unique key. |
void |
hold(java.lang.Object key,
java.lang.Object value)
Holds the given object in a volatile state. |
java.util.Enumeration |
keys()
Returns the list of used keys as an Enumeration of Objects. |
void |
remove(java.lang.Object key)
Remove the object associated to the given key. |
int |
size()
Returns count of the objects in the store, or -1 if could not be obtained. |
void |
store(java.lang.Object key,
java.lang.Object value)
Store the given object in a persistent state. |
Field Detail |
public static final java.lang.String ROLE
public static final java.lang.String TRANSIENT_CACHE
public static final java.lang.String PERSISTENT_CACHE
Method Detail |
public java.lang.Object get(java.lang.Object key)
public void store(java.lang.Object key, java.lang.Object value) throws java.io.IOException
public void hold(java.lang.Object key, java.lang.Object value) throws java.io.IOException
public void free()
public void remove(java.lang.Object key)
public boolean containsKey(java.lang.Object key)
public java.util.Enumeration keys()
public int size()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |