接口 Cache<K,V>
- 所有已知子接口:
Cache.Parameterized<K,,V> LocatedCache<K,,V> LocatedCache.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)
-
方法详细资料
-
get
-
getAll
@NotNull @NotNull Map<K,V> getAll(@NotNull @NotNull Collection<K> keys, @NotNull @NotNull CacheEnvironment<K, V> env) -
delete
-
delete
-
deleteAll
-
deleteAll
-