What is the difference between "Flush Magento Cache" and "Flush Cache Storage" in magento's cache management? -


what difference between "flush magento cache" , "flush cache storage" in magento's cache management?

enter image description here

sometimes cache location (like "/tmp/") or service (like memcache) shared other applications. "flush magento cache" removes entries magento reliably tracks it's own. "flush cache storage" clears might affect other applications if they're using it.

normally location "var/cache/" in magento's folder not shared after all. safe use either button. (rarely) entries not tagged or magento loses track of them , second button has effect on them. tend use second button when i'm having difficulty tracking down cause of problem.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -