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

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Cache_Lite::remove()

Cache_Lite::remove() -- キャッシュファイルを削除する

説明

与えられたキャッシュファイル (ID とグループで識別される) を削除します。

パラメータ

string $id

キャッシュIDを指定します

string $group

キャッシュグループ名を指定します

返り値

returns 問題がなければ true

注意

この関数は、スタティックにコールする ことはできません。

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

Download Documentation Last updated: Sun, 05 Oct 2008
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.)