Uses of Interface
javax.cache.CacheWriter

Packages that use CacheWriter
javax.cache

This package contains the API for JCache. 

 

Uses of CacheWriter in javax.cache
 

Fields in javax.cache declared as CacheWriter
protected  CacheWriter<? super K,? super V> SimpleConfiguration.cacheWriter
          The CacheWriter for the built Configuration.
 

Methods in javax.cache that return CacheWriter
 CacheWriter<? super K,? super V> SimpleConfiguration.getCacheWriter()
          Gets the registered CacheWriter, if any.
 CacheWriter<? super K,? super V> Configuration.getCacheWriter()
          Gets the registered CacheWriter, if any.
 

Methods in javax.cache with parameters of type CacheWriter
 SimpleConfiguration<K,V> SimpleConfiguration.setCacheWriter(CacheWriter<? super K,? super V> writer)
          Set the CacheWriter.
 

Constructors in javax.cache with parameters of type CacheWriter
SimpleConfiguration(Iterable<CacheEntryListenerRegistration<? super K,? super V>> cacheEntryListenerRegistrations, CacheLoader<K,? extends V> cacheLoader, CacheWriter<? super K,? super V> cacheWriter, ExpiryPolicy<? super K,? super V> expiryPolicy, boolean isReadThrough, boolean isWriteThrough, boolean isStatisticsEnabled, boolean isStoreByValue, boolean isTransactionsEnabled, IsolationLevel txnIsolationLevel, Mode txnMode)
          Constructs a SimpleConfiguration based on a set of parameters.
 



Copyright © 2013. All Rights Reserved.