Uses of Class
javax.cache.integration.CacheWriterException
-
Packages that use CacheWriterException Package Description javax.cache.integration This package contains interfaces for integration. -
-
Uses of CacheWriterException in javax.cache.integration
Methods in javax.cache.integration that throw CacheWriterException Modifier and Type Method Description void
CacheWriter. delete(java.lang.Object key)
Delete the cache entry from the external resource.void
CacheWriter. deleteAll(java.util.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(java.util.Collection<Cache.Entry<? extends K,? extends V>> entries)
Write the specified entries to the external resource.
-