Cache_Lite::saveMemoryCachingState | Cache_Lite::lastModified |
Cache_Lite | |
PEAR Manual | |
require_once 'Cache/Lite.php'; |
void Cache_Lite::getMemoryCachingState (
string $id
, string $group = 'default'
, bool $doNotTestCacheValidity = FALSE
)
load a previously saved state of a memory caching array from a classical cache file
cache id
name of the cache group
if set to TRUE, the cache validity won't be tested
This function can not be called statically.
Cache_Lite::saveMemoryCachingState | Cache_Lite::lastModified |
Cache_Lite | |
PEAR Manual | |