Nexcessnet_Turpentine_Model_Varnish_Configurator_Abstract::_getLruFactor PHP Method

_getLruFactor() protected method

This should be set very low since it gets added to every hit.
protected _getLruFactor ( ) : string
return string
    protected function _getLruFactor()
    {
        return Mage::getStoreConfig('turpentine_vcl/ttls/lru_factor');
    }