In my project we are using Magento Enterprise Edition 1.14.1. The prices in store are changed dynamically direct from Database. So the problem is Magento cache every thing (
You can see this link cache disable follwing method is added in this file Mage/Catalog/Block/Product/Price.php
protected function _construct() { $this->addData( array('cache_lifetime' => false,) ); }