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 CacheConfiguration.getCacheWriter()
          Gets the registered CacheWriter, if any.
 

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



Copyright © 2011. All Rights Reserved.