From e30b0199ac1aa7a8a8b4309ee0ad360f45579638 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Tue, 31 May 2016 22:27:46 -0700 Subject: [PATCH] Fix key prefix comment after 0a38dbc809c8 Change-Id: I9085d1f0020917b431d9ef7afd4de93e54df0abc --- includes/libs/objectcache/WANObjectCache.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1