Page MenuHomePhabricator

Remove usage of deprecated cache code
Closed, ResolvedPublic

Description

Examples:

  • wfMemcKey()
  • wfGlobalCacheKey()
  • ObjectCache::getMainStashInstance()

Related Objects

Event Timeline

Change 504536 had a related patch set uploaded (by D3r1ck01; owner: Derick Alangi):
[mediawiki/extensions/Echo@master] Remove usage of deprecated cache code from Echo

https://gerrit.wikimedia.org/r/504536

Change 504536 merged by jenkins-bot:
[mediawiki/extensions/Echo@master] Remove usage of deprecated cache code from Echo

https://gerrit.wikimedia.org/r/504536

xSavitar triaged this task as Medium priority.
xSavitar removed a project: Patch-For-Review.

@D3r1ck01 FYI, we generally don't close tasks we fix ourselves. We try to get someone else to independently verify that it's OK. This is fairly technical so I wouldn't sent it to our QA for closing but maybe @kostajh could re-run his code analysis to confirm that all deprecation warnings related to "caching" are solved.

xSavitar removed xSavitar as the assignee of this task.
xSavitar subscribed.

Oh @SBisson, sorry about that. Reopening for further checks to be done before resolving, I'm really sorry!

Hey, I didn't mean to complain or sound strict about it. It's not a hard rule but just our the Growth team usually operates.

Sure, and I wish to respect that :) thanks!

All looks good. Thanks for your work on this @D3r1ck01, much appreciated!