{% extends "base.html" %} {% block title %}Response Cache - AISBF Dashboard{% endblock %} {% block content %}
The response cache stores API responses to reduce redundant requests and improve performance. When enabled, identical requests will be served from cache instead of making new API calls.