#6263 - Smart de-cache does not seem to work for language cache
| Identifier | #6263 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Smart de-cache does not seem to work for language cache |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta8 |
| Addon | core |
| Description | Making changes to the lang files directly does not seem to be triggering the smart de-cache. It is expected that it does. |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
I was not able to confidently find the issue, but what I did see was that language cache is supposed to de-cache with smart de-cacheing, however it was not deleting the on-disk cache file in the caches directory when doing so; it was only invalidating smart cache.
This fix ensures that the language cache file also gets deleted. However again, I am not 100% sure yet this is the fix to the original bug. Will leave issue open for a bit until I can confirm whether the bug was actually fixed.