Flush specific caches

Stephen W_
Giga Guru

There are certain actions that frequently cause caching issues for some users.

Examples:

        1. I have a business rule that creates catalog categories and adds an m2m record to associate an existing catalog item with that category.

        For some users, that new category is not visible until I flush the cache. (instance.com/cache.do)

       

        2. If I have a category in my catalog with one item in it, and that item is deactivated or deleted.   Frequently that category remains visible (but empty) until the cache is flushed.

Is anyone aware of a means to force a flush/rebuild of whatever cache object is being used for this, without affecting the rest of the cached indexes/objects?

Thanks,

-Stephen

6 REPLIES 6

ekko
Kilo Contributor

Hi Stephen,



is there any solution ? Because, i have the same problem.



Best Regards.


funkjunkie
Giga Contributor

I am experiencing this when i update user criteria, where some users are still seeing the old views until i cache.do   .. however it seems if i wait long enough it eventually clears up.     which i dont always have the luxury.       must be some process that runs on the backend periodically that checks these values or something?