| Package | Description |
|---|---|
| javax.cache.processor |
This package contains the API for Entry Processors.
|
| Modifier and Type | Method and Description |
|---|---|
T |
EntryProcessor.process(MutableEntry<K,V> entry,
Object... arguments)
Process an entry.
|
Copyright © 2014. All Rights Reserved.