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
$id
cache id
$group
name of the cache group
$doNotTestCacheValidity
if set to TRUE, the cache validity won't be tested
This function can not be called statically.