ehcache

net.sf.ehcache.store.disk
Interface ElementSubstituteFilter


public interface ElementSubstituteFilter

Filter on Elements or ElementSubstitutes.

This is used in particular when selecting random samples from the store.

Author:
Chris Dennis, Ludovic Orban

Method Summary
 boolean allows(Object object)
          Returns true if this object passes the filter.
 

Method Detail

allows

boolean allows(Object object)
Returns true if this object passes the filter.

Parameters:
object - object to test
Returns:
true if passed

ehcache

Copyright 2001-2017, Terracotta, Inc.