Package | Description |
---|---|
javax.cache | |
javax.cache.processor |
Modifier and Type | Method and Description |
---|---|
<T> T |
Cache.invoke(K key,
EntryProcessor<K,V,T> entryProcessor,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
T |
EntryProcessorResult.get() |
T |
EntryProcessor.process(MutableEntry<K,V> entry,
Object... arguments) |
Copyright © 2017. All rights reserved.