railo.commons.io.cache
Interface CacheKeyFilter

All Superinterfaces:
CacheFilter
All Known Implementing Classes:
CacheClear, CacheKeyFilterAll, CacheStorageScopeCleaner.Filter, ChildrenFilter, WildCardFilter

public interface CacheKeyFilter
extends CacheFilter


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

Method Detail

accept

boolean accept(String key)
Tests if a specified key should be accepted.

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


Copyright © 2012 Railo