public class CopyCacheProxy<K,V> extends TransformingCacheProxy<K,V,K,V>
cache, keyTransformer, passingKeyTransformer, passingValueTransformer, valueTransformer| Constructor and Description |
|---|
CopyCacheProxy(javax.cache.Cache<K,V> cache,
ObjectTransformer<K,K> keyTransformer,
ObjectTransformer<V,V> valueTransformer) |
| Modifier and Type | Method and Description |
|---|---|
void |
deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
Delegates to wrapped cache.
|
<C extends javax.cache.configuration.Configuration<K,V>> |
getConfiguration(Class<C> clazz)
Delegates to the wrapped cache.
|
void |
registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
Delegates to wrapped cache.
|
clear, close, containsKey, get, getAll, getAndPut, getAndRemove, getAndReplace, getCacheManager, getName, getWrappedCache, invoke, invokeAll, isClosed, iterator, loadAll, put, putAll, putIfAbsent, remove, remove, removeAll, removeAll, replace, replace, toString, unwrapclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic CopyCacheProxy(javax.cache.Cache<K,V> cache, ObjectTransformer<K,K> keyTransformer, ObjectTransformer<V,V> valueTransformer)
public <C extends javax.cache.configuration.Configuration<K,V>> C getConfiguration(Class<C> clazz)
getConfiguration in interface javax.cache.Cache<K,V>getConfiguration in class TransformingCacheProxy<K,V,K,V>public void registerCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
registerCacheEntryListener in interface javax.cache.Cache<K,V>registerCacheEntryListener in class TransformingCacheProxy<K,V,K,V>public void deregisterCacheEntryListener(javax.cache.configuration.CacheEntryListenerConfiguration<K,V> cacheEntryListenerConfiguration)
deregisterCacheEntryListener in interface javax.cache.Cache<K,V>deregisterCacheEntryListener in class TransformingCacheProxy<K,V,K,V>cache2k API documentation. Copyright © 2000–2020 headissue GmbH, Munich.