Uses of Class
org.ehcache.spi.loaderwriter.BulkCacheLoadingException
-
Packages that use BulkCacheLoadingException Package Description org.ehcache Main Ehcache API, includingcache managersandcaches.org.ehcache.spi.loaderwriter CacheLoaderWriterSPI for aCache. -
-
Uses of BulkCacheLoadingException in org.ehcache
Methods in org.ehcache that throw BulkCacheLoadingException Modifier and Type Method Description java.util.Map<K,V>Cache. getAll(java.util.Set<? extends K> keys)Retrieves all values associated with the given key set. -
Uses of BulkCacheLoadingException in org.ehcache.spi.loaderwriter
Methods in org.ehcache.spi.loaderwriter that throw BulkCacheLoadingException Modifier and Type Method Description default java.util.Map<K,V>CacheLoaderWriter. loadAll(java.lang.Iterable<? extends K> keys)Loads multiple values.
-