Uses of Class
org.ehcache.spi.loaderwriter.CacheLoadingException
Packages that use CacheLoadingException
Package
Description
Main Ehcache API, including
cache managers and
caches.CacheLoaderWriter SPI for a Cache.-
Uses of CacheLoadingException in org.ehcache
Methods in org.ehcache that throw CacheLoadingExceptionModifier and TypeMethodDescriptionRetrieves the value currently mapped to the provided key.Cache.putIfAbsent(K key, V value) Maps the specified key to the specified value in this cache, unless a non-expired mapping already exists.Replaces the entry for a key only if currently mapped to some value and the entry is not expired.booleanReplaces the entry for a key only if currently mapped to the given value and the entry is not expired. -
Uses of CacheLoadingException in org.ehcache.spi.loaderwriter
Subclasses of CacheLoadingException in org.ehcache.spi.loaderwriterModifier and TypeClassDescriptionclassThrown by aCachewhen itsCacheLoaderWriterfails while bulk loading values.