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 voidCacheWriter. delete(java.lang.Object key)Delete the cache entry from the external resource.voidCacheWriter. deleteAll(java.util.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(java.util.Collection<Cache.Entry<? extends K,? extends V>> entries)Write the specified entries to the external resource.
-