We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 54574
    • 3 Posts
    Hello!
    I have a lot of websites on one hosting with one mysql server.
    There will be a mass changing of content through databases of those websites.
    On the websites where changes will be made I need to refresh cache.
    Is it somehow possible to force refresh cache by changing some parameter in some table in database of a website?

    And another question. Will pages refreshes after a while, or the cache is eternal?
    [ed. note: holden321 last edited this post 5 years, 6 months ago.]
      • 54574
      • 3 Posts
      MODX Evolution 1.2.1-beta
        • 3749
        • 24,544 Posts
        Manually deleting all files in the cache directory is probably the most reliable way to do it.
          Did I help you? Buy me a beer
          Get my Book: MODX:The Official Guide
          MODX info for everyone: http://bobsguides.com/modx.html
          My MODX Extras
          Bob's Guides is now hosted at A2 MODX Hosting
          • 54574
          • 3 Posts
          Yes, I have done that by a script on the hosting server (fortunately all the websites are on one web server).
          Another way is clicking the button "clear the cache" from manager by http request (you need to login first to get cookies) but the aforementioned way is better in my case.