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. |
abstract Factory<CacheWriter<? super K,? super V>> |
Configuration.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 © 2013. All Rights Reserved.