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
@@ -26,7 +26,7 @@ namespace core_cache;
* @copyright Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
interface versionable_data_source_interface extends cache_data_source {
interface versionable_data_source_interface extends data_source_interface {
/**
* Loads the data for the key provided ready formatted for caching.
*