Package | Description |
---|---|
javax.cache.configuration |
This package contains configuration classes and interfaces.
|
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 . |
MutableCacheEntryListenerConfiguration<K,V> |
MutableCacheEntryListenerConfiguration.setCacheEntryListenerFactory(Factory<? extends CacheEntryListener<? super K,? super V>> listenerFactory)
Sets the
Factory to be used to create a CacheEntryListener . |
MutableCacheEntryListenerConfiguration<K,V> |
MutableCacheEntryListenerConfiguration.setOldValueRequired(boolean isOldValueRequired)
Sets if the old value should be provided to the
CacheEntryListener . |
MutableCacheEntryListenerConfiguration<K,V> |
MutableCacheEntryListenerConfiguration.setSynchronous(boolean isSynchronous)
Sets if the thread that causes an event should be blocked
(not return from the operation causing the event) until the
CacheEntryListener has been notified. |
Copyright © 2014. All Rights Reserved.