[AMOS commit] MDL-48506 cachestore_memcached: added shared cache config option Committed into Git: 2016-04-14 07:37 UTC

[AMOS commit] MDL-48506 cachestore_memcached: added shared cache config option Committed into Git: 2016-04-14 07:37 UTC

by AMOS bot -
Number of replies: 0
Author: Ryan Wyllie
MDL-48506 cachestore_memcached: added shared cache config option
When added a memcached instance you can now select whether the cache is
being shared by other applications. The setting will determine the
purging strategy.

Shared caches will have individual keys deleted while dedicated caches
will have the entire cache purged (better performance over networks).

Note: This option only works with the correct version of the php
memcached extension and with the multi-site safe changes.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=33688fbfe690f0747792a0a1077126d940d43ce5
http://github.com/moodle/moodle/commit/33688fbfe690f0747792a0a1077126d940d43ce5

+ 3.1 en [isshared,cachestore_memcached]
+ 3.1 en [isshared_help,cachestore_memcached]