Interface CacheEventFilterFactory
-
public interface CacheEventFilterFactory
Factory that can produce CacheEventFilters- Since:
- 7.0
- Author:
- wburns
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
CacheEventFilter<K,V>getFilter(Object[] params)
Retrieves a cache event filter instance from this factory.
-
-
-
Method Detail
-
getFilter
<K,V> CacheEventFilter<K,V> getFilter(Object[] params)
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
-
-