Cache_Lite::setLifeTime

Cache_Lite::setLifeTime() – Set a new life time

Synopsis

require_once 'Cache/Lite.php';

void Cache_Lite::setLifeTime ( int $newLifeTime )

Description

change the cache life time

Parameter

integer $newLifeTime

new life time (in seconds)

Throws

throws no exceptions thrown

Note

This function can not be called statically.