org.ehcache.sizeof
Interface FilterConfigurator


public interface FilterConfigurator

A configurator, instantiated by the ServiceLoader, that will get to configure the Filter

Author:
Alex Snaps

Method Summary
 void configure(Filter filter)
          Invoked by the framework to let this instance configure the filter
 

Method Detail

configure

void configure(Filter filter)
Invoked by the framework to let this instance configure the filter

Parameters:
filter - the filter managed by the framework


Copyright © 2016 Terracotta. All Rights Reserved.