Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Object Cache support #31

Open
swissspidy opened this issue Jul 12, 2016 · 1 comment
Open

Object Cache support #31

swissspidy opened this issue Jul 12, 2016 · 1 comment
Milestone

Comments

@swissspidy
Copy link
Contributor

swissspidy commented Jul 12, 2016

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.

@swissspidy swissspidy added this to the 2.3.0 milestone Jul 12, 2016
@bueltge bueltge modified the milestones: 2.4.0, 2.3.0 Jan 4, 2017
@PixelbarEupen
Copy link

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).

@krafit krafit modified the milestones: 2.4.0, 3.0.0 Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants