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

load a previously saved state of a memory caching array from a classical cache file

Parameter

string $id

cache id

string $group

name of the cache group

boolean $doNotTestCacheValidity

if set to TRUE, the cache validity won't be tested

Note

This function can not be called statically.

Cache_Lite::saveMemoryCachingState (Previous) Return the cache last modification time (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.