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