Cache_Lite::get (Previous) (Next) Cache_Lite::remove

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

Cache_Lite::save()

Cache_Lite::save() -- キャッシュファイルにデータを保存する

説明

与えられたデータを保存します (もし automaticSerialization が TRUE の場合、文字列でなければなりません) 。

パラメータ

string $data

キャッシュファイルに保存するためのデータを指定します (automaticSerialization が FALSE (デフォルト) の場合、文字列以外の型にすることはできません)

string $id

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

string $group

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

返り値

returns 問題がなければ true

注意

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

Cache_Lite::get (Previous) (Next) Cache_Lite::remove

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:
There are no user contributed notes for this page.