org.openarchitectureware.workflow.util
Class TripleKeyCache<K1,K2,K3,V>
java.lang.Object
org.openarchitectureware.workflow.util.TripleKeyCache<K1,K2,K3,V>
public abstract class TripleKeyCache<K1,K2,K3,V>
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TripleKeyCache
public TripleKeyCache()
createNew
protected abstract V createNew(K1 key1,
K2 key2,
K3 key3)
get
public V get(K1 key1,
K2 key2,
K3 key3)
getValues
public java.util.Collection<V> getValues()