mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-40903 cache: coding style tidyup pre-integration
This commit is contained in:
parent
083fa87759
commit
8bc1d659b8
3 changed files with 7 additions and 23 deletions
|
@ -208,7 +208,6 @@ $definitions = array(
|
|||
// Used to store data for course categories visible to current user. Helps to browse list of categories.
|
||||
'coursecat' => array(
|
||||
'mode' => cache_store::MODE_SESSION,
|
||||
'persistentdata' => true,
|
||||
'invalidationevents' => array(
|
||||
'changesincoursecat',
|
||||
'changesincourse',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue