Uses of Interface
javax.cache.CacheWriter
-
Packages that use CacheWriter Package Description javax.cache org.wso2.carbon.caching.impl -
-
Uses of CacheWriter in javax.cache
Methods in javax.cache that return CacheWriter Modifier and Type Method Description CacheWriter<? super K,? super V>CacheConfiguration. getCacheWriter()Gets the registeredCacheWriter, if any.Methods in javax.cache with parameters of type CacheWriter Modifier and Type Method Description CacheBuilder<K,V>CacheBuilder. setCacheWriter(CacheWriter<? super K,? super V> cacheWriter)Sets the cache writer. -
Uses of CacheWriter in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return CacheWriter Modifier and Type Method Description CacheWriterCacheConfigurationImpl. getCacheWriter()Methods in org.wso2.carbon.caching.impl with parameters of type CacheWriter Modifier and Type Method Description CacheBuilder<K,V>CacheBuilderImpl. setCacheWriter(CacheWriter<? super K,? super V> cacheWriter)
-