mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
![]() We only use the jsrevPrefix to determine if the cache should be invalidated, but the prefix that we were using is based on the new jsrev. For example, the jsrevPrefix will be: hash(wwwroot + '/ + config.jsrev) + '/jsrev' Where config.jsrev is the _current_ (new) jsrev. As a result when searching for the jsrev used to store the data which is currently in the storage cache, no key is returned, and we instead set an 'initial' value and the cache is not cleared This patch changes the jsrevPrefix to be: hash(wwwroot) + '/jsrev' Since the wwwroot does not change, the key remains static for the current site. As a result, when the jsrev is bumped via a Moodle cache purge, we are able to correctly fetch the old jsrev from the cache, determine that the jsrev has changed, and purge the cache. |
||
---|---|---|
.. | ||
build | ||
src |