From: Aaron Schulz Date: Thu, 8 Sep 2016 00:55:30 +0000 (-0700) Subject: objectcache: Avoid doxygen misformatting for pcGroup comments X-Git-Tag: 1.31.0-rc.0~5712 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=b9f4168b56d38696c727e61a379215e5e87030fe;p=lhc%2Fweb%2Fwiklou.git objectcache: Avoid doxygen misformatting for pcGroup comments Change-Id: I970bc9ccb04b046c563a357d87f814da652e23d2 --- 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.