Package it.unive.lisa.caches
Class Caches
- java.lang.Object
-
- it.unive.lisa.caches.Caches
-
public final class Caches extends java.lang.ObjectA holder ofExternalSetCaches, to ensure that allExternalSets built to hold a given element type will share the same unique cache.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExternalSetCache<Type>types()Yields the globally defined cache forExternalSets containingTypes.
-
-
-
Method Detail
-
types
public static ExternalSetCache<Type> types()
Yields the globally defined cache forExternalSets containingTypes.- Returns:
- the types cache
-
-