Interface EntryStore<K,V>

Type Parameters:
K - type of the EntryStore key
V - type of the EntryStore value
All Superinterfaces:
EntryLoader<K,V>, MapLoader<K,EntryLoader.MetadataAwareValue<V>>, MapStore<K,EntryLoader.MetadataAwareValue<V>>

public interface EntryStore<K,V> extends EntryLoader<K,V>, MapStore<K,EntryLoader.MetadataAwareValue<V>>
This is an extension to MapStore. Implementing classes can retrieve expiration dates of entries stored if there is any. See MapStore.