类 CachesImpl

java.lang.Object
org.babyfish.jimmer.sql.cache.CachesImpl
所有已实现的接口:
Caches

public class CachesImpl extends Object implements Caches
  • 构造器详细资料

  • 方法详细资料

    • getObjectCache

      public <K,​ V> LocatedCache<K,​V> getObjectCache(org.babyfish.jimmer.meta.ImmutableType type)
      指定者:
      getObjectCache 在接口中 Caches
    • getAssociationCache

      public <K,​ V> LocatedCache<K,​V> getAssociationCache(org.babyfish.jimmer.meta.ImmutableProp prop)
      指定者:
      getAssociationCache 在接口中 Caches