|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.biobytes.ammentos.cache.LookupCache<T>
public class LookupCache<T>
Constructor Summary | |
---|---|
LookupCache()
Creates a new instance of LookupCache |
Method Summary | |
---|---|
void |
clear()
|
T |
lookup(java.lang.Object key)
|
void |
removeKey(java.lang.Object key)
|
void |
store(T obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LookupCache()
Method Detail |
---|
public void store(T obj) throws PersistenceException
PersistenceException
public void removeKey(java.lang.Object key)
public T lookup(java.lang.Object key)
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |