@Deprecated public interface ExperimentalBulkCacheSource<K,T>
Modifier and Type | Method and Description |
---|---|
void |
getBulk(K[] keys,
T[] result,
BitSet _fetched,
int s,
int e)
Deprecated.
Retrieves the objects associated with the given keys in the result array.
|
void getBulk(K[] keys, T[] result, BitSet _fetched, int s, int e)
keys
- keys of the elementsresult
- result objects, a non-null value in the result array means
that this object may not be retrieved.s
- start indexe
- end index, exclusivecache2k API documentation. Copyright © 2000–2016 headissue GmbH, Munich.