moodle/cache/classes
Russell Smith f9599c77cc MDL-56273 cache: Ensure requirements are met for cache stores.
Ensure that the cache store requirements are met prior to attempting
to instantiate a class.  Many of the constructors create connections
to external services requiring the installation and availability of
classes that are specified in are_requirements_met().  If they are
not checked properly you end up with PHP Fatal errors rather than
falling back to a different store that is capabable without the
the extra classes loaded.
2016-10-31 16:04:51 +11:00
..
config.php MDL-53256 cache: Prevent overwriting of cache config with invalid data 2016-04-01 08:52:21 +01:00
definition.php MDL-55604 cache: Fix identifier and cacheable_object 2016-08-24 11:26:20 +10:00
dummystore.php MDL-56273 cache: Use cache initialise always. 2016-10-30 13:42:43 +11:00
factory.php MDL-56273 cache: Ensure requirements are met for cache stores. 2016-10-31 16:04:51 +11:00
helper.php MDL-56273 cache: Ensure requirements are met for cache stores. 2016-10-31 16:04:51 +11:00
interfaces.php MDL-45618 Fix @since PHPdoc tags. 2014-05-19 17:03:04 +01:00
loaders.php MDL-55922 cache: Improve static cache performance 2016-09-12 11:58:55 +10:00
store.php MDL-56273 cache: Use cache initialise always. 2016-10-30 13:42:43 +11:00