Admin menu quick links (patch included)

Created on 14 January 2014, about 11 years ago
Updated 22 July 2024, 6 months ago

This works off of the patch commited to dev in #1869134: Execute apc_clear_cache() in apc_flush_caches() by simply adding support for admin menu hook. Very basic patch, works well.

Feature request
Status

Postponed: needs info

Version

1.0

Component

Code

Created by

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

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    Since two form submission handlers are added to the system_performance_settings form, what is the benefit of implementing this hook too?

  • 🇮🇹Italy apaderno Brescia, 🇮🇹
  • Status changed to Closed: won't fix about 1 month ago
  • 🇮🇹Italy apaderno Brescia, 🇮🇹

    hook_admin_menu_cache_info() is thought for modules that use a specific cache bin to store their data. This module implements a cache backend; it does not use a cache bin for its own data.
    The APCu extension is no longer used to cache PHP opcode. If implementing hook_admin_menu_cache_info() made sense with the APC extension, no longer supported, it does not make sense with the APCu extension.

Production build 0.71.5 2024