X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Flibs%2Frdbms%2Floadbalancer%2FILoadBalancer.php;h=0f6bea3f93a182d548efab59c489ec6c8188f6ee;hb=c1c68c92f27969fd763a63300142e1aba4b0f164;hp=69c62725f8b51cd1281674870f404223aee3c24b;hpb=9440c85812b2f98913d6971430931bdfcab957d7;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php index 69c62725f8..0f6bea3f93 100644 --- a/includes/libs/rdbms/loadbalancer/ILoadBalancer.php +++ b/includes/libs/rdbms/loadbalancer/ILoadBalancer.php @@ -35,8 +35,10 @@ interface ILoadBalancer { * - loadMonitor : Name of a class used to fetch server lag and load. * - readOnlyReason : Reason the master DB is read-only if so [optional] * - waitTimeout : Maximum time to wait for replicas for consistency [optional] - * - srvCache : BagOStuff object [optional] + * - srvCache : BagOStuff object for server cache [optional] + * - memCache : BagOStuff object for cluster memory cache [optional] * - wanCache : WANObjectCache object [optional] + * - hostname : the name of the current server [optional] * @throws InvalidArgumentException */ public function __construct( array $params );