| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| 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>> |
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. |
| Constructor and Description |
|---|
MutableConfiguration(Iterable<CacheEntryListenerRegistration<? super K,? super V>> cacheEntryListenerRegistrations,
Factory<CacheLoader<K,V>> cacheLoaderFactory,
Factory<CacheWriter<? super K,? super V>> cacheWriterFactory,
Factory<ExpiryPolicy<? super K,? super V>> expiryPolicyFactory,
boolean isReadThrough,
boolean isWriteThrough,
boolean isStatisticsEnabled,
boolean isStoreByValue,
boolean isTransactionsEnabled,
IsolationLevel txnIsolationLevel,
Mode txnMode)
Constructs a
MutableConfiguration based on a set of parameters. |
Copyright © 2013. All Rights Reserved.