类 StaticCache<K,V>

java.lang.Object
org.babyfish.jimmer.impl.util.StaticCache<K,V>
类型参数:
K - Key Type
V - Value Type

public class StaticCache<K,V> extends Object
Internal until class, it should not be used by programmer directly.
  • 构造器详细资料

    • StaticCache

      public StaticCache(Function<K,V> creator)
    • StaticCache

      public StaticCache(Function<K,V> creator, boolean nullable)
  • 方法详细资料

    • get

      public V get(K key)