Package | Description |
---|---|
javax.cache |
Modifier and Type | Method and Description |
---|---|
<T> T |
Cache.invoke(K key,
EntryProcessor<K,V,T> entryProcessor,
Object... arguments) |
<T> Map<K,EntryProcessorResult<T>> |
Cache.invokeAll(Set<? extends K> keys,
EntryProcessor<K,V,T> entryProcessor,
Object... arguments) |
Copyright © 2017. All rights reserved.