{% block toolbar %} {% set icon %} {{ 'Cache'|t }} {{ collector.getCacheHitsCount }} / {{ collector.getCacheMissesCount }} {% endset %} {% set text %} {% for bin, cids in collector.getCacheHits %}
{{ bin }} {{ cids }}
{% endfor %} {% endset %}
{{ icon|default('') }}
{{ text|default('') }}
{% endblock %} {% block panel %} {% endblock %}