cancel
Showing results for 
Search instead for 
Did you mean: 

Cache clearing - per store

SOLVED

Cache clearing - per store

Does anyone know how you can clear any specific caches for one individual store or website. We have a multi store install with about 20 different store fronts and I would like to see how we can programmatically clear a specific cache (like the block cache) but ONLY for a specific store.

 

I know how to clear a cache for just the blocks 

 Mage::app()->getCacheInstance()->cleanType('block_html');

Just not for a specific store.

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Cache clearing - per store

Hi,

 

Magento manage the cache for all stores at same time, so you can't .

Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: http://magento.com/help/documentation

View solution in original post

2 REPLIES 2

Re: Cache clearing - per store

Hi,

 

Magento manage the cache for all stores at same time, so you can't .

Problem solved? Click Accept as Solution!
Still stuck? Check out our documentation: http://magento.com/help/documentation

Re: Cache clearing - per store

Daniel is spot on. It is all or nothing in regards to the cache.

-Kris
4x Certified, Blogger @ xgento.com