Cache_Lite::setLifeTime
Cache_Lite::setLifeTime() – Set a new life time
Synopsis
require_once 'Cache/Lite.php';
void Cache_Lite::setLifeTime (
int $newLifeTime
)
Описание
change the cache life time
Parameter
-
integer
$newLifeTime
-
new life time (in seconds)
Throws
throws no exceptions thrown
Замечание
This function can not be called statically.