Interface OptionalCache<K,V>

All Known Implementing Classes:
AerospikeSchemaCache

public interface OptionalCache<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    get(K key)
     
    void
    put(K key, V value)
     
  • Method Details

    • get

      Optional<V> get(K key)
    • put

      void put(K key, V value)
    • clear

      void clear()