Sometimes you need to clear the cache to ensure pages display up-to-date data after making changes to the content. How do you do this?
If you're talking about the Smarty cache, you can clear it like this:
In earlier versions of PS, Smarty caching is disabled by default and is not used in any subsystems (modules), and compiled template files are stored in the same directory as in PS 1.4: "/tools/smarty/compile/*.tpl.php."
When manually deleting files from the specified directories, be careful not to accidentally delete the "index.php" file. This file is needed to prevent "directory browsing" in the browser.
If the question also refers to other caching, such as caching SQL queries using CacheFS, its cache files are stored in the "/cache/cachefs/*" directory (starting with PS 1.4).