{% extends '@WebProfiler/Profiler/layout.html.twig' %} {% block toolbar %} {% if collector.totals.calls > 0 %} {% set icon %} {{ source('@WebProfiler/Icon/cache.svg') }}
{% endset %} {% set text %} {% endset %} {{ include('@WebProfiler/Profiler/toolbar_item.html.twig', { link: profiler_url }) }} {% endif %} {% endblock %} {% block menu %} {{ source('@WebProfiler/Icon/cache.svg') }} Cache {% endblock %} {% block panel %}No cache calls were made.
{{ collector.adapters[name] }}
{% else %}
Unable to get the adapter class.
{% endif %}
No calls were made for {{ name }} pool.
# | Time | Call | Hit |
---|---|---|---|
{{ loop.index }} | {{ '%0.2f'|format((call.end - call.start) * 1000) }} ms | {{ call.name }}() | {{ profiler_dump(call.value.result, maxDepth=2) }} |
Cache pools that received no calls |
---|
{{ cache_pool }} |