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
 

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

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



Copyright © 2012. All Rights Reserved.