MDL-82158 core: Update most uses of cache_ classes
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user