MDL-82158 core: Update most uses of cache_ classes

This commit is contained in:
Andrew Nicols
2024-08-20 20:44:28 +08:00
parent b92008c92c
commit c21aeeb380
48 changed files with 275 additions and 294 deletions
+2 -2
View File
@@ -21,10 +21,10 @@ use core\exception\moodle_exception;
/**
* Cache Loader supporting locking.
*
* This interface should be given to classes already implementing cache_loader that also wish to support locking.
* This interface should be given to classes already implementing core_cache\loader_interface that also wish to support locking.
* It outlines the required structure for utilising locking functionality when using a cache.
*
* Can be implemented by any class already implementing the cache_loader interface.
* Can be implemented by any class already implementing the core_cache\loader_interface interface.
* @package core_cache
* @copyright Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later