Pop\Cache\Cache::getLifetime PHP Method

getLifetime() public method

Method to get the cache lifetime.
public getLifetime ( ) : integer
return integer
    public function getLifetime()
    {
        return $this->lifetime;
    }