Use makeGlobalKey() directly instead of wfGlobalCacheKey()
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 18 Nov 2015 00:21:02 +0000 (00:21 +0000)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 18 Nov 2015 00:21:02 +0000 (00:21 +0000)
commitbf331d7c792a3a691d6d3d2371a4e28f2e7755e1
treeacaafc76274341fc78e458e2db33237a7c9bdaea
parent69880e813547ed120834cc7a62dbfc3e65d2ac97
Use makeGlobalKey() directly instead of wfGlobalCacheKey()

Saves a small trip through ObjectCache::getLocalClusterInstance(),
call_user_func_array, and func_get_args.

Change-Id: If5d2170accaecb6cc8c0520ab9de9241b42a4727
includes/db/DatabaseMysqlBase.php
includes/db/loadbalancer/LoadMonitorMySQL.php
includes/specials/SpecialUserlogin.php
includes/utils/FileContentsHasher.php