Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getDefaultTtl PHP 메소드

_getDefaultTtl() 보호된 메소드

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