wp_cache_set and w3 total cache
-
Basic question:
Say I cache a query with wp_cache as described here:
https://10up.github.io/Engineering-Best-Practices/php/#performance
And I delete that cached query with a hook (for example, on save_post).
Let’s also assume I have APC object caching installed.
Will W3 Total Cache make the cached object I wrote persistent automatically, based on the settings I configure in the plugin for the object cache, or do I need to do something more? Or is this just not how you marry the two?
Also, if all of the above is true, does that mean the expiry time I set on wp_cache is respected?
- The topic ‘wp_cache_set and w3 total cache’ is closed to new replies.