moodle/cache/classes
Marina Glancy b0a83aa7bd MDL-76362 various: Avoid passing nulls to functions that don't allow nulls
PHP 8.1 is more strict on the parameter type. Functions such as trim(), strlen(), str_replace(), etc
show notice when null is passed as an argument
2023-01-23 09:15:54 +08:00
..
local MDL-71062 core: Step 1 deprecation of print_error function 2022-07-13 08:20:54 +05:30
output MDL-72619 core_cache: Provide admin page to view cache size estimates 2021-10-11 16:49:21 +01:00
privacy MDL-63924 privacy: Add shared user providers to subsytsems 2018-11-08 21:26:18 +08:00
administration_helper.php MDL-72619 core_cache: Provide admin page to view cache size estimates 2021-10-11 16:49:21 +01:00
allow_temporary_caches.php MDL-76129 upgrade: Allow caching in specific functions 2022-12-22 11:05:45 +00:00
config.php MDL-70137 cache: Use sensible default when reading MUC config 2020-11-06 19:15:34 +00:00
definition.php MDL-67020 Cache: Make locking work for local file caches 2022-10-20 11:31:33 +01:00
dummystore.php MDL-56273 cache: Fixed initialise call 2016-11-02 14:26:50 +08:00
factory.php MDL-70233 cache: Disabled factory now gets writer from parent 2021-04-07 15:33:31 +10:00
helper.php MDL-76362 various: Avoid passing nulls to functions that don't allow nulls 2023-01-23 09:15:54 +08:00
interfaces.php MDL-72837 core_cache: Add versioned cache support 2022-02-23 16:58:38 +00:00
loaders.php MDL-76506 cache_application: Fix MDL_PERF and perfdebug checks 2022-11-29 13:27:31 -05:00
store.php Merge branch 'MDL-72619-master' of https://github.com/sammarshallou/moodle 2021-11-03 18:15:28 +01:00
version_wrapper.php MDL-72837 core_cache: Add versioned cache support 2022-02-23 16:58:38 +00:00