Cache_Lite::save | Cache_Lite::clean |
Cache_Lite | |
PEAR Manual | |
require_once 'Cache/Lite.php'; |
boolean Cache_Lite::remove (
string $id
, string $group = 'default'
)
remove the given cache file (specified with its id and group)
cache id
name of the cache group
returns true if no problem
This function can not be called statically.
Usage
|
This is a dummy example because the cache is destroyed at the beginning of the script ! So the first case of the if statement is impossible.
Cache_Lite::save | Cache_Lite::clean |
Cache_Lite | |
PEAR Manual | |