- 🇮🇹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?
- Status changed to Closed: won't fix
about 1 month ago 10:19am 31 December 2024 - 🇮🇹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 implementinghook_admin_menu_cache_info()
made sense with the APC extension, no longer supported, it does not make sense with the APCu extension.