mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
MDL-69653 cache: final removal of deprecated lock methods.
This commit is contained in:
parent
71c36d2de1
commit
c21a4aebeb
9 changed files with 35 additions and 204 deletions
7
cache/upgrade.txt
vendored
7
cache/upgrade.txt
vendored
|
@ -1,5 +1,12 @@
|
|||
This files describes API changes in /cache/stores/* - cache store plugins.
|
||||
Information provided here is intended especially for developers.
|
||||
|
||||
=== 4.3 ===
|
||||
* Implementations of the following methods, deprecated since 3.10, have been removed and can no longer be used:
|
||||
- `\core\lock\lock::extend`
|
||||
- `\core\lock\lock_factory::extend_lock`
|
||||
- `\core\lock\lock_factory::supports_recursion`
|
||||
|
||||
=== 4.2 ===
|
||||
* The memcached cachestore has been removed.
|
||||
* The mongodb cachestore has been removed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue