Interface CacheEventFilterFactory


public interface CacheEventFilterFactory
Factory that can produce CacheEventFilters
Since:
7.0
Author:
wburns
  • Method Summary

    Modifier and Type
    Method
    Description
    <K, V> CacheEventFilter<K,V>
    getFilter(Object[] params)
    Retrieves a cache event filter instance from this factory.
  • Method Details

    • 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