moodle/cache/tests
Sam Hemelryk 85008bedd5 MDL-41106 cache: several fixes for the session cache.
This issue makes several fixes for the session loader and the session store.
 * maxsize argument now works for session caches.
 * fixed performance hole when interation occurs frequently.
 * fixed cache purge bug occuring when multiple caches are defined before being used.
 * improved lastaccess handling.

Big thanks to Marina who contributed the following commits:
 * Always make sure the elements in cache are sorted so we need to remove only elements in the beginning of array
 * Remove expired elements from session store to free memory
 * Minor bug fixes
2013-08-26 09:15:57 +12:00
..
fixtures MDL-41106 cache: several fixes for the session cache. 2013-08-26 09:15:57 +12:00
administration_helper_test.php MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init 2013-08-12 13:01:47 +02:00
cache_test.php MDL-41106 cache: several fixes for the session cache. 2013-08-26 09:15:57 +12:00
config_writer_test.php MDL-40901 standardise core test case class and file names 2013-08-04 22:10:31 +02:00