railo.commons.io.cache
Interface CacheEntryFilter

All Superinterfaces:
CacheFilter

public interface CacheEntryFilter
extends CacheFilter


Method Summary
 boolean accept(CacheEntry entry)
          Tests if a specified entry should be accepted.
 
Methods inherited from interface railo.commons.io.cache.CacheFilter
toPattern
 

Method Detail

accept

boolean accept(CacheEntry entry)
Tests if a specified entry should be accepted.

Parameters:
entry - entry to check
Returns:
if and only if the Entry should be accepted; false otherwise.


Copyright © 2012 Railo