previousCache_Lite::saveMemoryCachingState (Previous) (Next) Cache_Lite::lastModifiednext

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

Cache_Lite::getMemoryCachingState

Cache_Lite::getMemoryCachingState()

Synopsis

require_once 'Cache/Lite.php';

void Cache_Lite::getMemoryCachingState ( string $id , string $group = 'default' , bool $doNotTestCacheValidity = = false )

Description

典型的なキャッシュファイルから 以前に保存したメモリキャッシングの配列の状態をロードします。

Parameter

string $id

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

string $group

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

boolean $doNotTestCacheValidity

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

Note

This function can not be called statically.

previousCache_Lite::saveMemoryCachingState (Previous) (Next) Cache_Lite::lastModifiednext

Download Documentation Last updated: Sun, 21 Jun 2009
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.