Newscoop\Entity\Template::getCacheLifetime PHP Method

getCacheLifetime() public method

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

Usage Example

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