| 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 |
|---|---|
abstract T |
EntryProcessor.process(MutableEntry<K,V> entry,
Object... arguments)
Process an entry.
|
Copyright © 2013. All Rights Reserved.