- 🇮🇹Italy apaderno Brescia, 🇮🇹
This module does not set a new cache item each time a cache item is read. That is a module that first retrieve a value from the cache and then it updates it, which perfectly fine for functions like
variable_initialize()
. During the bootstrap, I would expect it to happen often, with different cache items.As for why it always says it was started three seconds ago, that is because APCu is intended to function in a prefork multiprocess, or multithreaded SAPI. See APCu doesn't store in PHP 7.
I tested on my site, which uses litespeed as SAPI: Values are not preserved between requests and APCu says it just started a few seconds before the page is loaded. - Status changed to Fixed
4 months ago 1:11pm 26 July 2024 Automatically closed - issue fixed for 2 weeks with no activity.