Replace DrupalApcCache::deletePrefix() and DrupalApcCache::flush() with DrupalApcCache::deleteKeys()

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

DrupalApcCache::flush() merely calls DrupalApcCache::deletePrefix() passing an empty string as parameter.
It is sufficient to have a single method whose parameter has a default value, such as DrupalApcCache::deleteKeys($prefix = '').

📌 Task
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