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(Map<? extends K,? extends V> entries)Associates all the provided key:value pairs.voidCache. removeAll(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(Iterable<? extends K> keys)Deletes multiple mappings.default voidCacheLoaderWriter. writeAll(Iterable<? extends Map.Entry<? extends K,? extends V>> entries)Writes multiple mappings.
-