| Package | Description |
|---|---|
| javax.cache |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<CacheEntryListenerRegistration<? super K,? super V>> |
MutableConfiguration.cacheEntryListenerRegistrations |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> |
MutableConfiguration.getCacheEntryListenerRegistrations() |
java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> |
Configuration.getCacheEntryListenerRegistrations() |
| Constructor and Description |
|---|
MutableConfiguration(java.lang.Iterable<CacheEntryListenerRegistration<? super K,? super V>> regs,
CacheLoader<K,? extends V> cacheLoader,
CacheWriter<? super K,? super V> cacheWriter,
ExpiryPolicy<? super K,? super V> expiryPolicy,
boolean isReadThrough,
boolean isWriteThrough,
boolean isStatisticsEnabled,
boolean isStoreByValue,
boolean isTransactionsEnabled,
IsolationLevel txnIsolationLevel,
Mode txnMode) |