getCacheLifetime() public méthode

Get cache lifetime
public getCacheLifetime ( ) : integer
Résultat integer
 public function getCacheLifetime()
 {
     $this->__load();
     return parent::getCacheLifetime();
 }