MDL-25290 cache: Plugins are now standard and strings tidied

This commit is contained in:
Sam Hemelryk
2012-10-08 09:53:52 +13:00
parent 573a6c8eb3
commit fd59389ca6
3 changed files with 16 additions and 4 deletions
+8
View File
@@ -405,6 +405,14 @@ class plugin_manager {
'exportimscp', 'importhtml', 'print'
),
'cachelock' => array(
'file'
),
'cachestore' => array(
'file', 'memcache', 'memcached', 'mongodb', 'session', 'static'
),
'coursereport' => array(
//deprecated!
),