| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Cache.invoke(K key,
Cache.EntryProcessor<K,V,T> entryProcessor,
Object... arguments)
Invokes an
Cache.EntryProcessor against the Cache.Entry specified by
the provided key. |
<T> Map<K,T> |
Cache.invokeAll(Set<? extends K> keys,
Cache.EntryProcessor<K,V,T> entryProcessor,
Object... arguments)
Invokes an
Cache.EntryProcessor against the set of Cache.Entrys
specified by the set of keys. |
Copyright © 2013. All Rights Reserved.