Fix key prefix comment after 0a38dbc809c8
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 1 Jun 2016 05:27:46 +0000 (22:27 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Wed, 1 Jun 2016 05:27:46 +0000 (22:27 -0700)
Change-Id: I9085d1f0020917b431d9ef7afd4de93e54df0abc

includes/libs/objectcache/WANObjectCache.php

index ad7bc08..f12cb4c 100644 (file)
@@ -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