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
@@ -38,10 +38,10 @@ interface data_source_interface {
* Returns an instance of the data source class that the cache can use for loading data using the other methods
* specified by this interface.
*
* @param cache_definition $definition
* @param definition $definition
* @return object
*/
public static function get_instance_for_cache(cache_definition $definition);
public static function get_instance_for_cache(definition $definition);
/**
* Loads the data for the key provided ready formatted for caching.