K - keyV - valuepublic class CacheProxy<K,V> extends Object implements javax.cache.Cache<K,V>
| Constructor and Description |
|---|
CacheProxy() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
invoke(K k,
javax.cache.processor.EntryProcessor<K,V,T> ep,
Object... os) |
<T> Map<K,javax.cache.processor.EntryProcessorResult<T>> |
invokeAll(Set<? extends K> set,
javax.cache.processor.EntryProcessor<K,V,T> ep,
Object... os) |
void |
loadAll(Set<? extends K> set,
boolean bln,
javax.cache.integration.CompletionListener cl) |
void |
registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> celc) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclear, close, containsKey, deregisterCacheEntryListener, get, getAll, getAndPut, getAndRemove, getAndReplace, getCacheManager, getConfiguration, getName, isClosed, iterator, put, putAll, putIfAbsent, remove, remove, removeAll, removeAll, replace, replace, unwrapforEach, spliteratorpublic void loadAll(Set<? extends K> set, boolean bln, javax.cache.integration.CompletionListener cl)
public <T> T invoke(K k, javax.cache.processor.EntryProcessor<K,V,T> ep, Object... os) throws javax.cache.processor.EntryProcessorException
public <T> Map<K,javax.cache.processor.EntryProcessorResult<T>> invokeAll(Set<? extends K> set, javax.cache.processor.EntryProcessor<K,V,T> ep, Object... os)
Copyright © 2017. All rights reserved.