I recently learned about the Current cache hit ratio log message in
dispatcher logs. But I can't find any good documentation on it. So I
have a few questions:Over what timeframe is the ratio calculated? Is it
from Apache startup?Does the calculation ignore those paths that are
configured to never cache in the dispatcher?I ask because I have an
existing access log query that calculates the difference between
dispatcher requests and publish instance requests only on paths where I
know there is cac...