Uses of Class
org.ehcache.spi.loaderwriter.CacheWritingException
Packages that use CacheWritingException
Package
Description
Main Ehcache API, including
cache managers and
caches.CacheLoaderWriter SPI for a Cache.-
Uses of CacheWritingException in org.ehcache
Methods in org.ehcache that throw CacheWritingExceptionModifier and TypeMethodDescriptionvoidAssociates the given value to the given key in thisCache.Cache.putIfAbsent(K key, V value) Maps the specified key to the specified value in this cache, unless a non-expired mapping already exists.voidRemoves the value, if any, associated with the provided key.booleanRemoves the entry for a key only if currently mapped to the given value and the entry is not expired.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 CacheWritingException in org.ehcache.spi.loaderwriter
Subclasses of CacheWritingException in org.ehcache.spi.loaderwriterModifier and TypeClassDescriptionclassThrown by aCachewhen itsCacheLoaderWriterfails while bulk mutating values.