moodle/cache/classes
Russell Smith b2159f2d3f MDL-53208 caching: Enable dereferencing as a feature.
If the cache does all the dereferencing when it stores and loads
the objects, then the cache loaders don't need to do that work.
This is true of all caches that use something other than PHP's memory
to store their results.
2016-02-28 17:01:49 +11:00
..
config.php MDL-45513 cache: added support to unit tests for alt cache stores 2014-05-30 08:41:07 +12:00
definition.php MDL-47832 cache: removed data source aggregate functionality 2014-11-20 11:02:56 +13:00
dummystore.php MDL-53206 caching: Ensure get_many and set_many dereference objects. 2016-02-28 17:01:49 +11: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-53206 caching: Ensure get_many and set_many dereference objects. 2016-02-28 17:01:49 +11:00
store.php MDL-53208 caching: Enable dereferencing as a feature. 2016-02-28 17:01:49 +11:00