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