apcu_clear_cache() deletes all the APCu keys instead of deleting only the keys used for cached values

Created on 21 July 2024, about 2 months ago
Updated 5 August 2024, about 1 month ago

Since other modules could use the APCu extension to store their own values, this module should delete only its own keys.

Instead of calling apcu_clear_cache(), the code should call apcu_delete(), which accepts an instance of APCUIterator to select the keys to delete.

🐛 Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

🇮🇹Italy apaderno Brescia, 🇮🇹

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024