Uses of Class
org.ehcache.spi.loaderwriter.CacheLoadingException
-
Packages that use CacheLoadingException Package Description org.ehcache Main Ehcache API, includingcache managersandcaches.org.ehcache.spi.loaderwriter CacheLoaderWriterSPI for aCache. -
-
Uses of CacheLoadingException in org.ehcache
Methods in org.ehcache that throw CacheLoadingException Modifier and Type Method Description VCache. get(K key)Retrieves the value currently mapped to the provided key.VCache. putIfAbsent(K key, V value)Maps the specified key to the specified value in this cache, unless a non-expired mapping already exists.VCache. replace(K key, V value)Replaces the entry for a key only if currently mapped to some value and the entry is not expired.booleanCache. replace(K key, V oldValue, V newValue)Replaces 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.loaderwriter Modifier and Type Class Description classBulkCacheLoadingExceptionThrown by aCachewhen itsCacheLoaderWriterfails while bulk loading values.
-