接口 Cache<K,V>
- 所有已知子接口:
Cache.Parameterized<K,,V> UsedCache<K,,V> UsedCache.Parameterized<K,V>
public interface Cache<K,V>
-
嵌套类概要
嵌套类 -
方法概要
修饰符和类型方法说明default voiddefault voiddefault voiddeleteAll(@NotNull Collection<K> keys) voiddeleteAll(@NotNull Collection<K> keys, @Nullable Object reason) default Vget(K key, @NotNull CacheEnvironment<K, V> env) getAll(@NotNull Collection<K> keys, @NotNull CacheEnvironment<K, V> env) @Nullable org.babyfish.jimmer.meta.ImmutablePropprop()@NotNull org.babyfish.jimmer.meta.ImmutableTypetype()
-
方法详细资料
-
type
@NotNull @NotNull org.babyfish.jimmer.meta.ImmutableType type() -
prop
@Nullable @Nullable org.babyfish.jimmer.meta.ImmutableProp prop() -
get
-
getAll
@NotNull @NotNull Map<K,V> getAll(@NotNull @NotNull Collection<K> keys, @NotNull @NotNull CacheEnvironment<K, V> env) -
delete
-
delete
-
deleteAll
-
deleteAll
-