Package | Description |
---|---|
javax.cache.configuration |
Modifier and Type | Field and Description |
---|---|
protected Factory<CacheWriter<? super K,? super V>> |
MutableConfiguration.cacheWriterFactory |
Modifier and Type | Method and Description |
---|---|
Factory<CacheWriter<? super K,? super V>> |
CompleteConfiguration.getCacheWriterFactory() |
Factory<CacheWriter<? super K,? super V>> |
MutableConfiguration.getCacheWriterFactory() |
Modifier and Type | Method and Description |
---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setCacheWriterFactory(Factory<? extends CacheWriter<? super K,? super V>> factory) |
Copyright © 2017. All rights reserved.