Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
javax.cache.processor |
This package contains the API for Entry Processors.
|
Modifier and Type | Method | Description |
---|---|---|
<T> T |
Cache.invoke(K key,
EntryProcessor<K,V,T> entryProcessor,
Object... arguments) |
Invokes an
EntryProcessor against the Cache.Entry specified by
the provided key. |
Modifier and Type | Method | Description |
---|---|---|
T |
EntryProcessorResult.get() |
Obtain the result of processing an entry with an
EntryProcessor . |
T |
EntryProcessor.process(MutableEntry<K,V> entry,
Object... arguments) |
Process an entry.
|
Copyright © 2017. All rights reserved.