From b9f4168b56d38696c727e61a379215e5e87030fe Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Wed, 7 Sep 2016 17:55:30 -0700 Subject: [PATCH] objectcache: Avoid doxygen misformatting for pcGroup comments Change-Id: I970bc9ccb04b046c563a357d87f814da652e23d2 --- includes/libs/objectcache/WANObjectCache.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index af78f430fb..ed3b5cc484 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -793,8 +793,8 @@ class WANObjectCache implements IExpiringStore, LoggerAwareInterface { * isolation anyway, this should not typically matter. * Default: WANObjectCache::TTL_UNCACHEABLE. * - pcGroup: Process cache group to use instead of the primary one. If set, this must be - * of the format :. Use this for storing large values, - * small but numerous values, or a few values with a high cost if they are evicted. + * of the format ALPHANUMERIC_NAME:MAX_KEY_SIZE, e.g. "mydata:10". Use this for storing + * large values, small yet numerous values, or some values with a high cost of eviction. * It is generally preferable to use a class constant when setting this value. * This has no effect unless pcTTL is used. * Default: WANObjectCache::PC_PRIMARY. -- 2.20.1