Package org.cache2k
Interface AdvancedKeyValueSource<K,V>
-
- All Superinterfaces:
KeyValueSource<K,V>
- All Known Subinterfaces:
Cache<K,V>
,KeyValueStore<K,V>
- All Known Implementing Classes:
AbstractCache
,ForwardingCache
public interface AdvancedKeyValueSource<K,V> extends KeyValueSource<K,V>
KeyValueSource
with bulkget.
- Since:
- 1.0
- Author:
- Jens Wilke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<K,V>
getAll(Iterable<? extends K> keys)
Retrieves all values for the given keys.-
Methods inherited from interface org.cache2k.KeyValueSource
get
-
-