{% extends "base.html" %} {% block content %}
Argument Cache Information
App ID: {{ app_id }}
Argument Cache Type: {{ arg_cache_info.type }}
Configuration
  • Type: {{ arg_cache_info.type }}
  • Minimum Size to Cache: {{ arg_cache_info.min_size_to_cache }} bytes
  • Local Cache Size: {{ arg_cache_info.local_cache_size }} entries
{% endblock %}