Mage::app()->removeCache($cacheId);
Flush all Magento cache entries
Mage::app()->cleanCache()
or:
Mage::app()->getCacheInstance()->flush();