{% block toolbar %}
{% set icon %}
{{ collector.getCacheHitsCount }}
/ {{ collector.getCacheMissesCount }}
{% endset %}
{% set text %}
{% for bin, cids in collector.getCacheHits %}
{{ bin }}
{{ cids }}
{% endfor %}
{% endset %}
{% endblock %}
{% block panel %}
{% endblock %}