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