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
Fields in javax.cache.configuration with type parameters of type CacheEntryEventFilter Modifier and Type Field Description private Factory<CacheEntryEventFilter<? super K,? super V>>MutableCacheEntryListenerConfiguration. filterFactoryTheFactoryto be used to create theCacheEntryEventFilter.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 theFactoryfor theCacheEntryEventFilterthat should be applied prior to notifying theCacheEntryListener.Factory<CacheEntryEventFilter<? super K,? super V>>MutableCacheEntryListenerConfiguration. getCacheEntryEventFilterFactory()Obtains theFactoryfor theCacheEntryEventFilterthat 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 theFactoryto be used to create aCacheEntryEventFilter.
-