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 TypeMethodDescriptionvoid
Delete the cache entry from the external resource.void
CacheWriter.deleteAll
(Collection<?> keys) Remove data and keys from the external resource for the given collection of keys, if present.void
CacheWriter.write
(Cache.Entry<? extends K, ? extends V> entry) Write the specified value under the specified key to the external resource.void
CacheWriter.writeAll
(Collection<Cache.Entry<? extends K, ? extends V>> entries) Write the specified entries to the external resource.