MDL-37145 caching: noted recommendation for dedicated memcache servers
authorSam Hemelryk <sam@moodle.com>
Sun, 22 Jun 2014 22:57:12 +0000 (10:57 +1200)
committerSam Hemelryk <sam@moodle.com>
Sun, 22 Jun 2014 22:57:15 +0000 (10:57 +1200)
commit2c0eb5e6960c5a6d045849749ae693f429fa1181
tree5d81f1f372c7be5b36c94f36c978963c33aff071
parent7784c3ad18371607780f2845d44db291112b816e
MDL-37145 caching: noted recommendation for dedicated memcache servers

Several reports have been made about the unexpected purging of entire
memcached servers when MUC is configured to use Memcache and caches
get purged.
This is expected and occurs because the memcache extenions don't
provide isolated containers. Moodle data is stored along side any other
data in the cache and when caches get purged all data gets removed
whether it belongs to Moodle or not.

The docs cover this point and here I've added notes about this to both
config-dist.php and cache/README.md
cache/README.md
config-dist.php