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 and 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 and 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 © 2014. All Rights Reserved.