getCacheLifetime() public method

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