Cachearium\Backend\CacheFilesystem::setDefaultLifetime PHP Метод

setDefaultLifetime() публичный Метод

(non-PHPdoc)
public setDefaultLifetime ( $lifetime )
    public function setDefaultLifetime($lifetime = 0)
    {
        parent::setDefaultLifetime($lifetime);
        $this->cache->setLifeTime($this->getDefaultLifetime());
    }