Class TransientCache<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.cristalise.kernel.utils.TransientCache<K,V>
Type Parameters:
K - key value
V -
All Implemented Interfaces:
Map<K,V>

public abstract class TransientCache<K,V> extends AbstractMap<K,V>
TransientCache - Uses transient references to allow unused entries to be reaped by the java garbage collector.