Prado\I18N\core\MessageCache::getLifeTime PHP Méthode

getLifeTime() public méthode

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