Okay, just needed to modify the cache_unaqcount query with acount>0
SELECT COUNT(*) FROM qa_posts WHERE type="Q" AND acount>0 AND closedbyid IS NULL
That solution does not rely on cached values ;-)
PS: AND closedbyid IS NULL is optional, as I never count closed questions.