Class 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>
      T
      cacheIfAbsent​(MetaCacheMapper<A,​T> mapper)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MetaCache

        public MetaCache()
    • Method Detail

      • cacheIfAbsent

        public <A extends java.lang.annotation.Annotation,​T> T cacheIfAbsent​(MetaCacheMapper<A,​T> mapper)