|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openarchitectureware.workflow.util.Cache<K,V>
public abstract class Cache<K,V>
Constructor Summary | |
---|---|
Cache()
|
Method Summary | |
---|---|
void |
clear()
Clears the cache. |
protected abstract V |
createNew(K arg0)
|
V |
get(K key)
|
java.util.Collection<V> |
getValues()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cache()
Method Detail |
---|
protected abstract V createNew(K arg0)
public V get(K key)
public java.util.Collection<V> getValues()
public void clear()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |