| Package | Description |
|---|---|
| javax.cache |
This package contains the API for JCache.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArrayList<CacheEntryListenerRegistration<? super K,? super V>> |
MutableConfiguration.cacheEntryListenerRegistrations
The
CacheEntryListenerRegistrations for the Configuration. |
| Modifier and Type | Method and Description |
|---|---|
Iterable<CacheEntryListenerRegistration<? super K,? super V>> |
MutableConfiguration.getCacheEntryListenerRegistrations()
Obtains the
CacheEntryListenerRegistrations for CacheEntryListeners
to be configured on a Cache. |
Iterable<CacheEntryListenerRegistration<? super K,? super V>> |
Configuration.getCacheEntryListenerRegistrations()
Obtains the
CacheEntryListenerRegistrations for CacheEntryListeners
to be configured on a Cache. |
| 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.