Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getDefaultTtl PHP Method

_getDefaultTtl() protected method

Get the default cache TTL from Magento config
protected _getDefaultTtl ( ) : string
return string
    protected function _getDefaultTtl()
    {
        return Mage::helper('turpentine/varnish')->getDefaultTtl();
    }