railo.commons.io.cache
Interface CacheFilter

All Known Subinterfaces:
CacheEntryFilter, CacheKeyFilter

public interface CacheFilter


Method Summary
 java.lang.String toPattern()
          a string pattern of the filter, this is used when the filtering is made natively by the implementation
 

Method Detail

toPattern

public java.lang.String toPattern()
a string pattern of the filter, this is used when the filtering is made natively by the implementation

Returns:
string pattern of the filter