Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getEnableCaching PHP Method

_getEnableCaching() protected method

Get the Enable Caching value
protected _getEnableCaching ( ) : string
return string
    protected function _getEnableCaching()
    {
        return Mage::helper('turpentine/varnish')->getVarnishEnabled() ? 'true' : 'false';
    }