Uses of Class
javax.cache.integration.CacheWriterException
Packages that use CacheWriterException
-
Uses of CacheWriterException in javax.cache.integration
Methods in javax.cache.integration that throw CacheWriterExceptionModifier and TypeMethodDescriptionvoidDelete the cache entry from the external resource.voidCacheWriter.deleteAll(Collection<?> keys) Remove data and keys from the external resource for the given collection of keys, if present.voidCacheWriter.write(Cache.Entry<? extends K, ? extends V> entry) Write the specified value under the specified key to the external resource.voidCacheWriter.writeAll(Collection<Cache.Entry<? extends K, ? extends V>> entries) Write the specified entries to the external resource.