Merge branch 'm24_MDL-37844' of git://github.com/danmarsden/moodle into MOODLE_24_STABLE
[moodle.git] / cache / upgrade.txt
blob72ac93bda2ea8630101e0b973a15c6fff1dc2c9d
1 This files describes API changes in /cache/stores/* - cache store plugins.
2 Information provided here is intended especially for developers.
4 === 2.5 ===
5 * cleanup method renamed to instance_deleted.
6   It is now called when the store is deleted as all comments suggested anyway.
7 * instance_created method added.
8   It is called when the store is created for the very first time.