Package org.ehcache.sizeof
Interface FilterConfigurator
-
public interface FilterConfigurator
A configurator, instantiated by theServiceLoader
, that will get to configure theFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-