接口 CacheFactory


public interface CacheFactory
  • 方法详细资料

    • createObjectCache

      default Cache<?,​?> createObjectCache(org.babyfish.jimmer.meta.ImmutableType type)
    • createAssociatedIdCache

      default Cache<?,​?> createAssociatedIdCache(org.babyfish.jimmer.meta.ImmutableProp type)
    • createAssociatedIdListCache

      default Cache<?,​List<?>> createAssociatedIdListCache(org.babyfish.jimmer.meta.ImmutableProp type)