Uses of Interface
javax.cache.event.CacheEntryEventFilter
Packages that use CacheEntryEventFilter
Package
Description
This package contains configuration classes and interfaces.
-
Uses of CacheEntryEventFilter in javax.cache.configuration
Fields in javax.cache.configuration with type parameters of type CacheEntryEventFilterModifier and TypeFieldDescriptionprivate 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 CacheEntryEventFilterModifier and TypeMethodDescriptionFactory<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 CacheEntryEventFilterModifier and TypeMethodDescriptionMutableCacheEntryListenerConfiguration.setCacheEntryEventFilterFactory(Factory<? extends CacheEntryEventFilter<? super K, ? super V>> filterFactory) Sets theFactoryto be used to create aCacheEntryEventFilter.