Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Cache.invokeEntryProcessor(K key,
Cache.EntryProcessor<K,V,T> entryProcessor,
Object... arguments)
Passes the cache entry associated with the key to the entry
processor.
|
Copyright © 2013. All Rights Reserved.