Package net.sf.ehcache.store.disk
Interface ElementSubstituteFilter
-
public interface ElementSubstituteFilterFilter on Elements or ElementSubstitutes.This is used in particular when selecting random samples from the store.
- Author:
- Chris Dennis, Ludovic Orban
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanallows(java.lang.Object object)Returnstrueif this object passes the filter.
-