Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getSimpleHashStatic PHP Method

_getSimpleHashStatic() protected method

Get the Force Static Caching option
protected _getSimpleHashStatic ( ) : string
return string
    protected function _getSimpleHashStatic()
    {
        return Mage::getStoreConfig('turpentine_vcl/static/simple_hash') ? 'true' : 'false';
    }