Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getForceCacheStatic PHP Method

_getForceCacheStatic() protected method

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