protected function _getCacheKey()
 {
     $key = parent::_getCacheKey();
     $key .= Mage::getStoreConfig('layerednav/layerednav/price_style');
     $key .= Mage::helper('layerednav')->getCacheKey('price');
     return $key;
 }