Deprecate wfMemcKey() and wfGlobalCacheKey()
authorKunal Mehta <legoktm@member.fsf.org>
Tue, 23 May 2017 04:32:52 +0000 (21:32 -0700)
committerKunal Mehta <legoktm@member.fsf.org>
Tue, 23 May 2017 04:32:52 +0000 (21:32 -0700)
commit1e5961dbf6ae2a00cab14465adb2455b8fe06237
treeecaa7d7b955a79d472dab2fa6ad93a9362d08c77
parentcfb04229b2230f40f5ced620a022108779e2b8b2
Deprecate wfMemcKey() and wfGlobalCacheKey()

For a while now these functions have called makeKey/makeGlobalKey() on
the default ObjectCache instances, and callers should now use those
functions directly instead.

There are other advantages to doing so, like in cases where the
ObjectCache instance being used has a different makeKey implementation
(e.g. memcache) than the default configured cache.

Change-Id: I9abf6badbf3ba800e591d2503b714433d5faf1e3
RELEASE-NOTES-1.30
includes/GlobalFunctions.php