Cache_Lite::save (Previous) (Next) Cache_Lite::clean

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Cache_Lite::remove()

Cache_Lite::remove() -- Remove a cache file

Beschrijving

remove the given cache file (specified with its id and group)

Parameter

string $id

cache id

string $group

name of the cache group

Return waarde

returns true if no problem

Note

Deze functie kan niet statisch worden aangeroepen.

Cache_Lite::save (Previous) (Next) Cache_Lite::clean

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: kemayo AT gmail
It's worth noting that if you saved a cache file with a group, you *have* to provide that group to remove it. (The group is part of the hash used to store it.)