On Mon, Sep 19, 2011 at 10:44 AM, Daniel Barrett <[email protected]> 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 _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
