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
Modifier and TypeClassDescriptionstatic interface
This is responsible for fetching new updates when the cache desires this. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
SingleCache
-
-
Method Details
-
get
-