public abstract class CacheWriterAdapter<K,V> extends Object implements javax.cache.integration.CacheWriter<K,V>, javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<K,V>>
Constructor and Description |
---|
CacheWriterAdapter() |
Modifier and Type | Method and Description |
---|---|
javax.cache.integration.CacheWriter<K,V> |
create() |
void |
deleteAll(Collection<?> keys) |
void |
writeAll(Collection<javax.cache.Cache.Entry<? extends K,? extends V>> entries) |
public CacheWriterAdapter()
public void writeAll(Collection<javax.cache.Cache.Entry<? extends K,? extends V>> entries) throws javax.cache.integration.CacheWriterException
public void deleteAll(Collection<?> keys) throws javax.cache.integration.CacheWriterException
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.