接口 Caches

所有已知实现类:
CachesImpl

public interface Caches
  • 方法详细资料

    • getObjectCache

      default <K,​ V> Cache<K,​V> getObjectCache(Class<V> type)
    • getObjectCache

      <K,​ V> Cache<K,​V> getObjectCache(org.babyfish.jimmer.meta.ImmutableType type)
    • getAssociationCache

      default <K,​ V,​ ST extends Table<?>> Cache<K,​V> getAssociationCache(Class<ST> sourceTableType, Function<ST,​? extends Table<?>> targetTableGetter)
    • getAssociationCache

      <K,​ V> Cache<K,​V> getAssociationCache(org.babyfish.jimmer.meta.ImmutableProp prop)
    • of

      static Caches of(Triggers triggers, Consumer<CacheConfig> block)