MDL-60630 cachestore: Remove memcache plugin

This commit is contained in:
Andrew Nicols
2018-09-12 21:07:01 +08:00
parent 6e2e63457e
commit 666196271f
11 changed files with 12 additions and 1268 deletions
+2 -1
View File
@@ -1648,6 +1648,7 @@ class core_plugin_manager {
'qformat' => array('blackboard', 'learnwise'),
'auth' => array('radius', 'fc', 'nntp', 'pam', 'pop3', 'imap'),
'block' => array('course_overview', 'messages'),
'cachestore' => array('memcache'),
'enrol' => array('authorize'),
'report' => array('search'),
'repository' => array('alfresco'),
@@ -1732,7 +1733,7 @@ class core_plugin_manager {
),
'cachestore' => array(
'file', 'memcache', 'memcached', 'mongodb', 'session', 'static', 'apcu', 'redis'
'file', 'memcached', 'mongodb', 'session', 'static', 'apcu', 'redis'
),
'calendartype' => array(