Class SingleCache<K,V>

java.lang.Object
org.cyclops.cyclopscore.datastructure.SingleCache<K,V>
Type Parameters:
K - The key type.
V - The value type.

public class SingleCache<K,V> extends Object
A generic single object cache.