Interface EntryLoader<K,V>

Type Parameters:
K - key type
V - value type
All Known Subinterfaces:
EntryStore<K,V>

public interface EntryLoader<K,V>
Optional MapStore extension for loading values with per-entry metadata.