Pop\Cache\Cache::getLifetime PHP Méthode

getLifetime() public méthode

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