PR-6.2-dev Architecture Pending

User tests: Successful: Unsuccessful:

avatar joomdonation
joomdonation
14 Jun 2026

Pull Request resolves # .

  • I read the Generative AI policy and my contribution is either not created with the help of AI or is compatible with the policy and GNU/GPL 2 or later.

Summary of Changes

The CacheModel class in com_cache still uses some deprecated method to create cache controller. This PRs update code in that model to remove the usages of these deprecated code. I also simplied the code getCache method abit, reduce the options passed because they have same value with default cache options

Testing Instructions

  • Use Joomla 6.2
  • Go to System -> Global Configuration, System tab, set System Cache to one of the two ON options
  • Access to frontend of your site, view an article for example to have cache generated
  • Apply patch
  • From administrator area of your site, access to System -> Maintenance -> Clear Cache, try to Delete, Delete All, Clear Expired Cache and make sure it is still working OK

Actual result BEFORE applying this Pull Request

Works, but use deprecated code

Expected result AFTER applying this Pull Request

Works, without using deprecated code

Link to documentations

Please select:

  • Documentation link for guide.joomla.org:

  • No documentation changes for guide.joomla.org needed

  • Pull Request link for manual.joomla.org:

  • No documentation changes for manual.joomla.org needed

avatar joomdonation joomdonation - open - 14 Jun 2026
avatar joomdonation joomdonation - change - 14 Jun 2026
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 14 Jun 2026
Category Administration com_cache
avatar joomdonation joomdonation - change - 14 Jun 2026
Labels Added: PR-6.2-dev
avatar laoneo laoneo - change - 18 Jun 2026
Status Pending Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2026-06-18 06:54:30
Closed_By laoneo
Labels Added: Architecture
avatar laoneo laoneo - close - 18 Jun 2026
avatar laoneo laoneo - merge - 18 Jun 2026
avatar laoneo
laoneo - comment - 18 Jun 2026

Works as expected, thanks!

Add a Comment

Login with GitHub to post a comment