public final class CacheClear extends Object implements Function, CacheKeyFilter
Constructor and Description |
---|
CacheClear() |
Modifier and Type | Method and Description |
---|---|
boolean |
accept(String key)
Tests if a specified key should be accepted.
|
static double |
call(PageContext pc) |
static double |
call(PageContext pc,
String strFilter) |
static double |
call(PageContext pc,
String strFilter,
String cacheName) |
String |
toPattern()
a string pattern of the filter, this is used when the filtering is made natively by the implementation
|
public CacheClear()
public static double call(PageContext pc) throws PageException
PageException
public static double call(PageContext pc, String strFilter) throws PageException
PageException
public static double call(PageContext pc, String strFilter, String cacheName) throws PageException
PageException
public boolean accept(String key)
CacheKeyFilter
accept
in interface CacheKeyFilter
key
- key to checkpublic String toPattern()
CacheFilter
toPattern
in interface CacheFilter
Copyright © 2015 Lucee