Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.4.5, 2.5, 2.6
-
Component/s: Caching
-
Labels:None
-
Testing Instructions:
- Run the Unit Tests: phpunit cache/tests/cache_test.php
- Sit back, and relax.
-
Affected Branches:MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
Fixed Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-40555-master -
Pull Master Diff URL:
Description
The default cache store for 'Request' (static) is not searchable. Which means that we end up using the dummy cache if combining requiresearchable and mode cache_store::MODE_REQUEST.
Ideally a debug message should be thrown to alert the developer that the cache is not being used at all.