Uses of Interface
javax.cache.event.CacheEntryEventFilter
-
Packages that use CacheEntryEventFilter Package Description javax.cache.configuration This package contains configuration classes and interfaces. -
-
Uses of CacheEntryEventFilter in javax.cache.configuration
Methods in javax.cache.configuration that return types with arguments of type CacheEntryEventFilter Modifier and Type Method Description Factory<CacheEntryEventFilter<? super K,? super V>>
CacheEntryListenerConfiguration. getCacheEntryEventFilterFactory()
Obtains theFactory
for theCacheEntryEventFilter
that should be applied prior to notifying theCacheEntryListener
.Factory<CacheEntryEventFilter<? super K,? super V>>
MutableCacheEntryListenerConfiguration. getCacheEntryEventFilterFactory()
Obtains theFactory
for theCacheEntryEventFilter
that should be applied prior to notifying theCacheEntryListener
.Method parameters in javax.cache.configuration with type arguments of type CacheEntryEventFilter Modifier and Type Method Description MutableCacheEntryListenerConfiguration<K,V>
MutableCacheEntryListenerConfiguration. setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K,? super V>> filterFactory)
Sets theFactory
to be used to create aCacheEntryEventFilter
.
-