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