| Package | Description |
|---|---|
| javax.cache.configuration |
This package contains configuration classes and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Factory<CacheEntryEventFilter<? super K,? super V>> |
MutableCacheEntryListenerConfiguration.getCacheEntryEventFilterFactory()
Obtains the
Factory for the CacheEntryEventFilter that should be
applied prior to notifying the CacheEntryListener. |
Factory<CacheEntryEventFilter<? super K,? super V>> |
CacheEntryListenerConfiguration.getCacheEntryEventFilterFactory()
Obtains the
Factory for the CacheEntryEventFilter that should be
applied prior to notifying the CacheEntryListener. |
| Modifier and Type | Method and Description |
|---|---|
MutableCacheEntryListenerConfiguration<K,V> |
MutableCacheEntryListenerConfiguration.setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory)
Sets the
Factory to be used to create a CacheEntryEventFilter. |
| Constructor and Description |
|---|
MutableCacheEntryListenerConfiguration(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory,
Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory,
boolean isOldValueRequired,
boolean isSynchronous)
Constructs a
MutableCacheEntryListenerConfiguration. |
Copyright © 2014. All Rights Reserved.