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
+1 -1
View File
@@ -22,7 +22,7 @@ namespace core_cache;
* This is a feature that cache stores can implement if they wish to support locking themselves rather
* than having the cache loader handle it for them.
*
* Can be implemented by classes already implementing cache_store.
* Can be implemented by classes already implementing store.
* @package core_cache
* @copyright Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later