Class CacheWriterAdapter<K,V> 
java.lang.Object
org.apache.commons.jcs3.jcache.extras.writer.CacheWriterAdapter<K,V> 
- All Implemented Interfaces:
- Serializable,- javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<K,,- V>> - javax.cache.integration.CacheWriter<K,- V> 
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>>  
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate()voiddeleteAll(Collection<?> keys) voidwriteAll(Collection<javax.cache.Cache.Entry<? extends K, ? extends V>> entries) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.cache.integration.CacheWriterdelete, write
- 
Constructor Details- 
CacheWriterAdapterpublic CacheWriterAdapter()
 
- 
- 
Method Details- 
writeAllpublic void writeAll(Collection<javax.cache.Cache.Entry<? extends K, ? extends V>> entries) throws javax.cache.integration.CacheWriterException
- 
deleteAll
- 
create- Specified by:
- createin interface- javax.cache.configuration.Factory<K>
 
 
-