接口 LoadingBinder<K,​V>


public interface LoadingBinder<K,​V>
  • 方法详细资料

    • initialize

      void initialize(@NotNull @NotNull CacheChain<K,​V> chain)
    • getAll

      @NotNull @NotNull Map<K,​V> getAll(@NotNull @NotNull Collection<K> keys)
    • deleteAll

      void deleteAll(@NotNull @NotNull Collection<K> keys, @Nullable @Nullable Object reason)