接口 Caches
- 所有已知实现类:
CachesImpl
public interface Caches
-
方法概要
修饰符和类型方法说明default <K,V> Cache<K, V> getObjectCache(Class<V> type) <K,V> Cache<K, V> getObjectCache(org.babyfish.jimmer.meta.ImmutableType type) <K,V> Cache<K, V> getPropertyCache(org.babyfish.jimmer.meta.ImmutableProp prop) default <K,V> Cache<K, V> getPropertyCache(org.babyfish.jimmer.meta.TypedProp<?, ?> prop) boolean
-
方法详细资料
-
getObjectCache
-
getObjectCache
-
getPropertyCache
-
getPropertyCache
-
getAbandonedCallback
CacheAbandonedCallback getAbandonedCallback() -
isAffectedBy
-