Uses of Class
javax.cache.configuration.MutableCacheEntryListenerConfiguration
Packages that use MutableCacheEntryListenerConfiguration
Package
Description
This package contains configuration classes and interfaces.
-
Uses of MutableCacheEntryListenerConfiguration in javax.cache.configuration
Methods in javax.cache.configuration that return MutableCacheEntryListenerConfigurationModifier and TypeMethodDescriptionMutableCacheEntryListenerConfiguration.setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K, ? super V>> filterFactory) Sets theFactoryto be used to create aCacheEntryEventFilter.MutableCacheEntryListenerConfiguration.setCacheEntryListenerFactory(Factory<? extends CacheEntryListener<? super K, ? super V>> listenerFactory) Sets theFactoryto be used to create aCacheEntryListener.MutableCacheEntryListenerConfiguration.setOldValueRequired(boolean isOldValueRequired) Sets if the old value should be provided to theCacheEntryListener.MutableCacheEntryListenerConfiguration.setSynchronous(boolean isSynchronous) Sets if the thread that causes an event should be blocked (not return from the operation causing the event) until theCacheEntryListenerhas been notified.