Class MetaCache
- java.lang.Object
-
- org.geysermc.configutils.node.context.meta.MetaCache
-
public final class MetaCache extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MetaCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A extends java.lang.annotation.Annotation,T>
TcacheIfAbsent(MetaCacheMapper<A,T> mapper)
-
-
-
Method Detail
-
cacheIfAbsent
public <A extends java.lang.annotation.Annotation,T> T cacheIfAbsent(MetaCacheMapper<A,T> mapper)
-
-