{% extends "base.html" %} {% block title %}cache · Maverick{% endblock %} {% block content %}

caches

In-process caches reduce duplicate file reads and repo-map work. Purge if a tool result looks stale or you want to force a fresh read.

scopesizeaction
files {{ stats.files.entries }} entries · {{ stats.files.bytes }} bytes (cap: {{ stats.files.max_entries }} entries / {{ stats.files.max_bytes }} bytes)
repo_map in-process
skill_embeddings {% if stats.skill_embeddings.bytes %} on disk · {{ stats.skill_embeddings.bytes }} bytes {% else %} not cached {% endif %}

{% endblock %}