Uses of Class
org.ehcache.spi.loaderwriter.BulkCacheWritingException
-
Packages that use BulkCacheWritingException Package Description org.ehcache Main Ehcache API, includingcache managersandcaches.org.ehcache.spi.loaderwriter CacheLoaderWriterSPI for aCache. -
-
Uses of BulkCacheWritingException in org.ehcache
Methods in org.ehcache that throw BulkCacheWritingException Modifier and Type Method Description voidCache. putAll(java.util.Map<? extends K,? extends V> entries)Associates all the provided key:value pairs.voidCache. removeAll(java.util.Set<? extends K> keys)Removes any associated value for the given key set. -
Uses of BulkCacheWritingException in org.ehcache.spi.loaderwriter
Methods in org.ehcache.spi.loaderwriter that throw BulkCacheWritingException Modifier and Type Method Description default voidCacheLoaderWriter. deleteAll(java.lang.Iterable<? extends K> keys)Deletes multiple mappings.default voidCacheLoaderWriter. writeAll(java.lang.Iterable<? extends java.util.Map.Entry<? extends K,? extends V>> entries)Writes multiple mappings.
-