railo.runtime.cache.util
Class CacheKeyFilterAll
java.lang.Object
railo.runtime.cache.util.CacheKeyFilterAll
- All Implemented Interfaces:
- CacheFilter, CacheKeyFilter
public class CacheKeyFilterAll
- extends Object
- implements CacheKeyFilter
accept everything
CacheKeyFilterAll
public CacheKeyFilterAll()
accept
public boolean accept(String key)
- Description copied from interface:
CacheKeyFilter
- Tests if a specified key should be accepted.
- Specified by:
accept
in interface CacheKeyFilter
- Parameters:
key
- key to check
- Returns:
- if and only if the Entry should be accepted; false otherwise.
- See Also:
CacheKeyFilter.accept(java.lang.String)
toPattern
public String toPattern()
- Description copied from interface:
CacheFilter
- a string pattern of the filter, this is used when the filtering is made natively by the implementation
- Specified by:
toPattern
in interface CacheFilter
- Returns:
- string pattern of the filter
- See Also:
CacheFilter.toPattern()
getInstance
public static CacheKeyFilterAll getInstance()
Copyright © 2012 Railo