Hi!
A few of us are working on adding a new very simple cache backend to Chrome. It's intended as a baseline for comparing backends, and also as a useful backend on some low-resource systems with bad IO performance, which as it turns out is a lot of Android devices. This is one of the first "alternative" back ends, intended to be used instead of the current desktop blockfile backend.
(Currently there's an in-memory backend, and the desktop blockfile backend, but those backends are both used in different circumstances).
As part of the work, we're adding more cache benchmarking & perf measurement tools, both for use while developing and for filling in dashboards over time.
- Gavin