Open szepeviktor opened 7 years ago
Moving comments to issues
Docs:
attempting to use apcu_add() to store data with a key that already exists will not overwrite the existing data, and will instead return FALSE
Workaround:
if (!isset($this->non_persistent_groups[$group]) && apcu_exists($key)) {
Moving comments to issues
Docs:
Workaround: