public interface CacheHandler
Modifier and Type | Method and Description |
---|---|
void |
clean(PageContext pc) |
void |
clear(PageContext pc) |
void |
clear(PageContext pc,
CacheHandlerFilter filter) |
CacheItem |
get(PageContext pc,
String id) |
String |
label() |
boolean |
remove(PageContext pc,
String id) |
void |
set(PageContext pc,
String id,
Object cachedwithin,
CacheItem value) |
int |
size(PageContext pc) |
String label() throws PageException
PageException
CacheItem get(PageContext pc, String id) throws PageException
PageException
boolean remove(PageContext pc, String id) throws PageException
PageException
void set(PageContext pc, String id, Object cachedwithin, CacheItem value) throws PageException
PageException
void clear(PageContext pc) throws PageException
PageException
void clear(PageContext pc, CacheHandlerFilter filter) throws PageException
PageException
void clean(PageContext pc) throws PageException
PageException
int size(PageContext pc) throws PageException
PageException
Copyright © 2015 Lucee