Pop\Cache\Cache::getLifetime PHP 메소드

getLifetime() 공개 메소드

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