接口 LoadingBinder<K,​V>


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

    • initialize

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

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

      void deleteAll(@NotNull Collection<K> keys)