Prado\I18N\core\MessageCache::getLifeTime PHP Method

getLifeTime() public method

Get the cache life time.
public getLifeTime ( ) : integer
return integer Cache life time.
    public function getLifeTime()
    {
        return $this->lifetime;
    }