Last modified: 2006-12-24 08:58:32 UTC
The memcached key doesn't take #days or other form-specific settings into account. So if $wgUseWatchlistCache=true in LocalSettings.php, and someone visits their watchlist, then changes the #days they want to view the watchlist for and tries to view it again, they'll get back the previous watchlist.
Created attachment 2859 [details] Patch to add some Boolean params to watchlist key
I've already checked Recent Changes and as well, only the feeds use cache keys, but they only have the hide_minor filter, and its in the cache key, so no issues there.
Well...days is not boolean, but thats already accounted for.
Thanks!
Watchlist cache removed in r18551. It was a leftover from the old schema, and is no longer required.