TemplateParser: Use context makeKey() instead of wfMemcKey()
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 21 Oct 2015 23:55:10 +0000 (00:55 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 21 Oct 2015 23:55:10 +0000 (00:55 +0100)
commitf0d53506cf87e06f1b5fdd8760cf3ed6045b6a37
tree2ab48cb19f4740e3c4192598b7490457c4d8fdb9
parent7662212384f3e6eb7bff70c2a4108e4839395e62
TemplateParser: Use context makeKey() instead of wfMemcKey()

Also:
* Use ternary shorthand.
* Remove verbose comment about APC fallback. APC always requires
  a fallback and is enforced by the method being called. Stating
  the obvious is confusing here.

Change-Id: Ie5cb3bdc60600806b01b57f1f1b352b981818b0d
includes/TemplateParser.php