constructor Cache_Lite::Cache_Lite | Cache_Lite::save |
Cache_Lite | |
PEAR Manual | |
require_once 'Cache/Lite.php'; |
string Cache_Lite::get (
string $id
, string $group = 'default'
, boolean $doNotTestCacheValidity = FALSE
)
One of the main method of Cache_Lite : test the validity of a cache file and return it if it's available (FALSE else)
cache id
name of the cache group
if set to TRUE, the cache validity won't be tested
returns data of the cache (or false if no cache available)
This function can not be called statically.
Usage
|
constructor Cache_Lite::Cache_Lite | Cache_Lite::save |
Cache_Lite | |
PEAR Manual | |