Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getStaticExtensions PHP Method

_getStaticExtensions() protected method

Format the list of static cache extensions
protected _getStaticExtensions ( ) : string
return string
    protected function _getStaticExtensions()
    {
        return implode('|', Mage::helper('turpentine/data')->cleanExplode(',', Mage::getStoreConfig('turpentine_vcl/static/exts')));
    }