Cache_Lite | Configuration |
Cache_Lite | |
PEAR Manual | |
require_once 'Cache/Lite/File.php'; |
string Cache_Lite_File::get (
string $id
, string $group = 'default'
)
test the validity of a cache file and return it if it's available (FALSE else)
cache id
name of the cache group
returns data of the cache (or false if no cache available)
This function can not be called statically.
Usage
|
Cache_Lite | Configuration |
Cache_Lite | |
PEAR Manual | |