Package | Description |
---|---|
javax.cache |
This package contains the API for JCache.
|
Modifier and Type | Field and Description |
---|---|
protected Factory<CacheLoader<K,V>> |
MutableConfiguration.cacheLoaderFactory
The
Factory for the CacheLoader . |
Modifier and Type | Method and Description |
---|---|
Factory<CacheLoader<K,V>> |
MutableConfiguration.getCacheLoaderFactory()
Gets the
Factory for the CacheLoader , if any. |
Factory<CacheLoader<K,V>> |
Configuration.getCacheLoaderFactory()
Gets the
Factory for the CacheLoader , if any. |
Modifier and Type | Method and Description |
---|---|
MutableConfiguration<K,V> |
MutableConfiguration.setCacheLoaderFactory(Factory<? extends CacheLoader<K,V>> factory)
Set the
CacheLoader . |
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.