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

Параметр

integer $newLifeTime

new life time (in seconds)

Throws

throws no exceptions thrown

Заметка

Эта функция не должна вызываться статически.