Interface CacheEventFilterFactory
public interface CacheEventFilterFactory
Factory that can produce CacheEventFilters
- Since:
- 7.0
- Author:
- wburns
-
Method Summary
Modifier and TypeMethodDescription<K,
V> CacheEventFilter <K, V> Retrieves a cache event filter instance from this factory.
-
Method Details
-
getFilter
Retrieves a cache event filter instance from this factory.- Parameters:
params
- parameters for the factory to be used to create filter instances- Returns:
- a filter instance for keys with their values
-