'simpledata' => true,
'staticacceleration' => true,
'staticaccelerationsize' => 30,
- 'canuselocalstore' => true
+ 'canuselocalstore' => true,
),
// Used to store cache of all available translations.
'simplekeys' => true,
'simpledata' => true,
'staticacceleration' => true,
- 'canuselocalstore' => true
+ 'canuselocalstore' => true,
),
// Used to store database meta information.
// cleaned text which is shareable.
'htmlpurifier' => array(
'mode' => cache_store::MODE_APPLICATION,
- 'canuselocalstore' => true
+ 'canuselocalstore' => true,
),
// Used to store data from the config + config_plugins table in the database.
'coursemodinfo' => array(
'mode' => cache_store::MODE_APPLICATION,
'simplekeys' => true,
- 'canuselocalstore' => true
+ 'canuselocalstore' => true,
),
// This is the session user selections cache.
// It's a special cache that is used to record user selections that should persist for the lifetime of the session.