MDL-55267 cache: Remove deprecated field datasourceaggregate

This commit is contained in:
Marcus Green 2017-03-13 14:11:40 +00:00
parent 3c45d26f58
commit f2894f322d
2 changed files with 0 additions and 23 deletions

View File

@ -246,14 +246,6 @@ class cache_definition {
*/
protected $datasourcefile = null;
/**
* Deprecated - this is completely unused.
* @deprecated since 2.9
* @todo MDL-55267 This will be deleted in Moodle 3.3.
* @var string
*/
protected $datasourceaggregate = null;
/**
* Set to true if the cache should hold onto items passing through it to speed up subsequent requests.
* @var bool

View File

@ -290,21 +290,6 @@ class cache_config_testing extends cache_config_writer {
}
}
/**
* This is a deprecated class. It has been renamed to cache_config_testing.
*
* This was deprecated in Moodle 2.9 but will be removed at the next major release
* as it is only used during testing and its highly unlikely anyone has used this.
*
* @deprecated since 2.9
* @todo MDL-55267 This will be deleted in Moodle 3.3.
* @copyright 2014 Sam Hemelryk
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class cache_config_phpunittest extends cache_config_testing {
// We can't do anything here to warn the user.
// The cache can be utilised before sessions have even been started.
}
/**
* Dummy object for testing cacheable object interface and interaction