wiki.techinc.nl/includes/config
Giuseppe Lavagetto 2a77862c52 Expose the latest modified index seen by EtcdConfig
While not immediately useful for fecthing the configuration, this is
basically a version information about the configuration currently loaded
from etcd. A typical use-case for this index is monitoring the freshness
of the configuration across a cluster of servers.

Bug: T182597
Change-Id: I58189d36a5b620fb44323bae87257f085a64386e
2018-03-01 13:44:15 +01:00
..
Config.php
ConfigException.php
ConfigFactory.php ConfigFactory: Improve error message for invalid callback 2018-01-20 10:48:04 +01:00
EtcdConfig.php Expose the latest modified index seen by EtcdConfig 2018-03-01 13:44:15 +01:00
EtcdConfigParseError.php EtcdConfig: allow slashes in config key names 2017-09-01 13:42:28 +10:00
GlobalVarConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
HashConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MultiConfig.php Improve some parameter docs 2017-09-10 20:32:31 +02:00
MutableConfig.php