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 Map<K,V>Cache. getAll(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 Map<K,V>CacheLoaderWriter. loadAll(Iterable<? extends K> keys)Loads multiple values.
-