constructor Cache_Lite_Output::Cache_Lite_Output | Cache_Lite_Output::end |
Cache_Lite | |
PEAR Manual | |
require_once 'Cache/Lite/Output.php'; |
boolean Cache_Lite_Output::start (
string $id
, string $group = 'default'
, boolean $doNotTestCacheValidity = FALSE
)
Test if a cache is available and (if yes) return it to the browser. Else, the output buffering is activated.
cache id
name of the cache group
if set to TRUE, the cache validity won't be tested
returns true if the cache is hit (false else)
This function can not be called statically.
classical using
|
constructor Cache_Lite_Output::Cache_Lite_Output | Cache_Lite_Output::end |
Cache_Lite | |
PEAR Manual | |