cachify
cachify copied to clipboard
Object Cache support
Memcache (or Memcache_d_) and Redis support would be nice via object-cache.php.
I think Simple Cache does this nicely. WP Spider Cache has a nice abstraction, too.
A bit late but i stumbled across this issue. The DB-Cache relies on transients that are cached. AFAIK transients will automatically be cached in memcache(d) or redis.
I made a test on our server: without memcache, transients are generated and viewable in the DB. With memcache enabled, no transients found in the DB but the output is cached (visible in the footer notice).