'mode' => cache_store::MODE_APPLICATION,
'simplekeys' => true,
'simpledata' => true,
- 'staticacceleration' => true,
- 'staticaccelerationsize' => 2,
- ),
-
- // Cache used by the {@link plugininfo_mod} class.
- 'plugininfo_mod' => array(
- 'mode' => cache_store::MODE_APPLICATION,
- 'simplekeys' => true,
- 'simpledata' => true,
- 'staticacceleration' => true,
- 'staticaccelerationsize' => 1,
- ),
-
- // Cache used by the {@link plugininfo_block} class.
- 'plugininfo_block' => array(
- 'mode' => cache_store::MODE_APPLICATION,
- 'simplekeys' => true,
- 'simpledata' => true,
- 'staticacceleration' => true,
- 'staticaccelerationsize' => 1,
- ),
-
- // Cache used by the {@link plugininfo_filter} class.
- 'plugininfo_filter' => array(
- 'mode' => cache_store::MODE_APPLICATION,
- 'simplekeys' => true,
- 'simpledata' => true,
- 'staticacceleration' => true,
- 'staticaccelerationsize' => 1,
- ),
-
- // Cache used by the {@link plugininfo_repository} class.
- 'plugininfo_repository' => array(
- 'mode' => cache_store::MODE_APPLICATION,
- 'simplekeys' => true,
- 'simpledata' => true,
- 'staticacceleration' => true,
- 'staticaccelerationsize' => 1,
- ),
-
- // Cache used by the {@link plugininfo_portfolio} class.
- 'plugininfo_portfolio' => array(
- 'mode' => cache_store::MODE_APPLICATION,
- 'simplekeys' => true,
- 'simpledata' => true,
- 'staticacceleration' => true,
- 'staticaccelerationsize' => 1,
),
// Used to store the full tree of course categories.