接口 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)
    • getPropertyCache

      default <K, V> Cache<K,V> getPropertyCache(org.babyfish.jimmer.meta.TypedProp<?,?> prop)
    • getPropertyCache

      <K, V> Cache<K,V> getPropertyCache(org.babyfish.jimmer.meta.ImmutableProp prop)
    • getAbandonedCallback

      CacheAbandonedCallback getAbandonedCallback()