Tagged Questions
0
votes
3answers
397 views
What hooks to hook onto for automatic cache clearing
I have a WP-site with not that many writes, but quite a few reads and a few specific hotspots in the templates that I'd like to cache pretty aggressively with my own PHP-caching mechanism.
I could ...