Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getSimpleHashStatic PHP 메소드

_getSimpleHashStatic() 보호된 메소드

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