Pimcore\Controller\Plugin\Cache::setLifetime PHP Method

setLifetime() public method

public setLifetime ( $lifetime )
$lifetime
    public function setLifetime($lifetime)
    {
        $this->lifetime = $lifetime;
        return $this;
    }