mirror of
https://github.com/moodle/moodle.git
synced 2025-07-05 22:46:33 +02:00
During request lifecycle ensure that column, filter and condition persistents are only loaded a single time to prevent additional database reads. Provide invalidation method, used by the report helpers, to ensure that the persistents are re-loaded appropriately. Co-authored-by: Marina Glancy <marina@moodle.com>