Interface CacheWriter<K,​V>

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

    public interface CacheWriter<K,​V>
    Cache writer used for write-through operations.
    • Method Detail

      • write

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

        void delete​(K key)