Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
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. |
<T> Map<K,EntryProcessorResult<T>> |
Cache.invokeAll(Set<? extends K> keys,
EntryProcessor<K,V,T> entryProcessor,
Object... arguments)
Invokes an
EntryProcessor against the set of Cache.Entry s
specified by the set of keys. |
Copyright © 2014. All Rights Reserved.