moodle/cache/classes
Russell Smith ec4b83b92a MDL-55922 cache: Improve static cache performance
Static cache has a very flexible storage capability
and does not need all the checks performed on it.
Enabling dereferencing handling and multiple identifiers
removes a lot of unneeded overhead for request caches that
have many get calls.

The changes were modelled on the static acceleration changes
done in MDL-53208.
2016-09-12 11:58:55 +10: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-54984 cache: 3.2 final deprecations 2016-07-26 00:46:37 +08:00
factory.php MDL-45699 behat: Don't use behat/lib.php functions in core. 2014-12-23 12:29:44 +01:00
helper.php MDL-50949 cache: Performance debug keeps track of hits/misses/sets 2015-07-29 12:56:10 +08: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-54984 cache: 3.2 final deprecations 2016-07-26 00:46:37 +08:00