We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 6031
    • 16 Posts
    This is an auto-generated support/comment thread for ClearCache.

    Use this forum to post any comments about this addition or any questions you have regarding its use.

    Brief Description:
    Patch for MODx that allows you to clear the cache via the command line, or an external script.
      • 9207 ☆ A M B ☆
      • 2,475 Posts
      Can you elaborate a bit more on the internals of this? What else happens when MODx clears its cache other than delete the *.pagecache.php files in /assets/cache/?

      I can see that your code does unlink (i.e. deletes) those cache files, but what else is going on there? If I’m trying to clear the cache via a bash script, can’t I just rm the cached files?