| 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  Factoryfor theCacheEntryEventFilterthat should be
 applied prior to notifying theCacheEntryListener. | 
| Factory<CacheEntryEventFilter<? super K,? super V>> | CacheEntryListenerConfiguration. getCacheEntryEventFilterFactory()Obtains the  Factoryfor theCacheEntryEventFilterthat should be
 applied prior to notifying theCacheEntryListener. | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableCacheEntryListenerConfiguration<K,V> | MutableCacheEntryListenerConfiguration. setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory)Sets the  Factoryto be used to create aCacheEntryEventFilter. | 
| 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.