When APCu cache space becomes full, APC simply clears it off all its data so as to regain free cache space.
Is there a PHP way to know when this happens ?
When APCu cache space becomes full, APC simply clears it off all its data so as to regain free cache space.
Is there a PHP way to know when this happens ?
Cache some dedicated cache tag ("cached" => "yes", longlastingvalidity) and check whether its still there, or not. When it's not there anymore : the cache has been flushed.