[wp-hackers] WP_Object_Cache problem

Austin Matzko if.website at gmail.com
Fri Dec 11 17:04:28 UTC 2009


On Fri, Dec 11, 2009 at 10:54 AM, Michael Pretty
<mpretty at voceconnect.com> wrote:
> Actually, WP Super Cache isn't an object cache.  WP Super Cache just stores
> rendered output in a static file.  For object cache you'll need a plugin
> like batcache and have to setup something like memcached on the server.

I stand corrected on WP Super Cache.

On Fri, Dec 11, 2009 at 10:57 AM, Brad Williams <bradw at illiams.com> wrote:
> According to the Codex and to Doug's post caching should work across page
> loads using the WP_Object_Cache class

That post by Doug is over 3 years old.  Since then, the persistent
object cache has been removed from core.

If the Codex says it *will* persist, then it should be corrected.
What it means to say is that where persistent object cache is
available, the caching methods will take advantage of it.


More information about the wp-hackers mailing list