Package | Description |
---|---|
javax.cache.configuration |
This package contains configuration classes and interfaces.
|
Modifier and Type | Field | Description |
---|---|---|
protected Factory<CacheWriter<? super K,? super V>> |
MutableConfiguration.cacheWriterFactory |
The
Factory for the CacheWriter . |
Modifier and Type | Method | Description |
---|---|---|
Factory<CacheWriter<? super K,? super V>> |
CompleteConfiguration.getCacheWriterFactory() |
Gets the
Factory for the
CacheWriter , if any. |
Factory<CacheWriter<? super K,? super V>> |
MutableConfiguration.getCacheWriterFactory() |
Gets the
Factory for the
CacheWriter , if any. |
Modifier and Type | Method | Description |
---|---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setCacheWriterFactory(Factory<? extends CacheWriter<? super K,? super V>> factory) |
Set the
CacheWriter factory. |
Copyright © 2017. All rights reserved.