X-Git-Url: https://git.cyclocoop.org/%28%28?a=blobdiff_plain;f=includes%2Flibs%2Fobjectcache%2FWANObjectCache.php;h=621ad424268add3ba9e40edb0273609e1c0c3313;hb=9e56569f9f37b06b4df44af2356975f051cc7c64;hp=c6949048bac96cdb1113c4f6edb60202ecb8268f;hpb=3c021116e4f5969f3931b92ee6041bef97f8ed5c;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/objectcache/WANObjectCache.php b/includes/libs/objectcache/WANObjectCache.php index c6949048ba..621ad42426 100644 --- a/includes/libs/objectcache/WANObjectCache.php +++ b/includes/libs/objectcache/WANObjectCache.php @@ -86,7 +86,7 @@ class WANObjectCache { /** Default time-since-expiry on a miss that makes a key "hot" */ const LOCK_TSE = 1; - /** Idiom for set()/getWithSetCallback() TTL */ + /** Idiom for set()/getWithSetCallback() TTL being "forever" */ const TTL_NONE = 0; /** Idiom for getWithSetCallback() callbacks to avoid calling set() */ const TTL_UNCACHEABLE = -1;