Interface OptionalCache<K,​V>

All Known Implementing Classes:
AerospikeSchemaCache

public interface OptionalCache<K,​V>
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    Optional<V> get​(K key)  
    void put​(K key, V value)