Class SingleCache<K,V>
java.lang.Object
org.cyclops.cyclopscore.datastructure.SingleCache<K,V>
- Type Parameters:
K- The key type.V- The value type.
A generic single object cache.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThis is responsible for fetching new updates when the cache desires this. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SingleCache
-
-
Method Details
-
get
-