M1\Vars\Cache\CacheProvider::getExpire PHP Method

getExpire() public method

Returns how long the cache lasts for
public getExpire ( ) : integer
return integer Cache expire time
    public function getExpire()
    {
        return $this->expire;
    }