|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |