|
Protomatter Software v1.1.7 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A generic interface for caches.
Method Summary | |
void |
clear()
Clear the entire cache. |
void |
clear(java.lang.Object key)
Clear the value at the given location in the cache. |
java.lang.Object |
get(java.lang.Object key)
Get the value at a given location in the cache. |
void |
put(java.lang.Object key,
java.lang.Object val)
Put a value into the given location in the cache. |
Method Detail |
public void put(java.lang.Object key, java.lang.Object val)
public java.lang.Object get(java.lang.Object key)
public void clear(java.lang.Object key)
public void clear()
|
Protomatter Software v1.1.7 Copyright 1998-2002 Nate Sammons |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Protomatter Software v1.1.7 | http://protomatter.sourceforge.net/1.1.7 |