[Mediawiki-l] Where are user options cached?

Chad innocentkiller at gmail.com
Mon Sep 19 19:40:44 UTC 2011


On Mon, Sep 19, 2011 at 10:44 AM, Daniel Barrett <danb at vistaprint.com> wrote:
> So this caching, whatever it is, happens at the user account level, not the browser level. Where does it exist and how do you clear it?
>

Depends on your caching setup. If you're using eAccelerator/APC/XCache,
you can clear it by restarting Apache. If you're using the `objectcache` db
table, you can clear it by removing the entries from that table. If you're using
memcache, you can either restart memcache to flush it or use the 'mcc.php'
maintenance script to delete individual entries.

-Chad



More information about the MediaWiki-l mailing list