From: Aaron Schulz Date: Wed, 1 Jun 2016 05:27:46 +0000 (-0700) Subject: Fix key prefix comment after 0a38dbc809c8 X-Git-Tag: 1.31.0-rc.0~6741^2 X-Git-Url: http://git.cyclocoop.org/wiki/Target_page?a=commitdiff_plain;h=e30b0199ac1aa7a8a8b4309ee0ad360f45579638;p=lhc%2Fweb%2Fwiklou.git Fix key prefix comment after 0a38dbc809c8 Change-Id: I9085d1f0020917b431d9ef7afd4de93e54df0abc --- diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index ad7bc08703..f12cb4ccbc 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -58,7 +58,7 @@ use Psr\Log\NullLogger; * to avoid collisions with keys that are not wrapped as metadata arrays. The * prefixes are as follows: * - a) "WANCache:v" : used for regular value keys - * - b) "WANCache:s" : used for temporarily storing values of tombstoned keys + * - b) "WANCache:i" : used for temporarily storing values of tombstoned keys * - c) "WANCache:t" : used for storing timestamp "check" keys * * @ingroup Cache