constructor Cache_Lite::Cache_Lite (Previous) (Next) Cache_Lite::save

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

Cache_Lite::get()

Cache_Lite::get() -- キャッシュが有効かどうかをテストし、(有効であれば) それを返す

説明

Cache_Lite の主なメソッドの1つです : キャッシュファイルが有効かどうかをテストし、 有効であればそれを返します (さもなければ FALSE) 。

パラメータ

string $id

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

string $group

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

boolean $doNotTestCacheValidity

もし TRUE を指定した場合、キャッシュの正当性はテストされません。

返り値

returns キャッシュデータ (あるいは、有効なキャッシュがない場合 false)

注意

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

constructor Cache_Lite::Cache_Lite (Previous) (Next) Cache_Lite::save

Download Documentation Last updated: Sun, 17 Aug 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.