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