This topic contains 0 replies, has 1 voice. Last updated by Costin Popescu 4 years, 2 months ago.
Topic Author | Topic |
---|---|
Posted: Thursday Oct 18th, 2012 at 6:18 pm #28928 | |
Hello, First of all, I must say that I’ve been using the WordPress Quick Cache plugin for a while and it’s been flawless and very easy to set up. But now I’m facing a problem: I’m calling the static function clear_on_post_page_creations_deletions ($id = FALSE) from the c_ws_plugin__qcache_clearing_routines class. The thing is I also have some predefined query strings set on some of these pages, and I’ve activated caching of query string GET requests in the quick cache admin options. The problem is that by calling that function, the cache for the page is cleared, but it’s not cleared for the page with query strings as well – that one still remains cached. So how could I clear the cache for a page and all the versions of that page with the query strings? Best regards, |