{% extends "base.html" %} {% block app_content %}

Admin Dashboard

Cache management tools for STS application

Bento-STS v{{ package_version }}

Clear All Caches

Clears all application caches in one operation:

  • LRU function caches (6 functions)
  • MDB/SearchableMDB instance & indexes
  • Model lists and term values
LRU Caches

Clear function-level LRU caches for CDE data, terms, and model queries.

MDB Instance

Refresh SearchableMDB connection and rebuild search indexes.

Model Lists

Regenerate model lists, versions, and term values from database.

Search Indexes

Compare cached vs. current FULLTEXT indexes to test refresh behavior.

Compare Indexes (JSON)
Cache Management Info
  • LRU Caches: Clear Python function-level caches for improved data freshness
  • MDB Instance: Refresh database connection and FULLTEXT search indexes
  • Model Lists: Update cached model information and term values from the database
  • Search Indexes: View current Neo4j indexes and test search functionality
  • Clear All: Performs LRU + MDB + Model operations in the correct order
{% endblock %}