Interface MapWriter<K,​V>

  • Type Parameters:
    K - key type
    V - value type

    public interface MapWriter<K,​V>
    Map writer used for write-through operations.
    Author:
    Nikita Koksharov
    • Method Detail

      • write

        void write​(K key,
                   V value)
      • writeAll

        void writeAll​(Map<K,​V> map)
      • delete

        void delete​(K key)