Admin endpoints
Admin endpoints are disabled by default. To enable them:
- Set
server.admin_keyinconfig.yaml - Send
X-Admin-Key: <value>with each request
Cache stats
GET /cache/statsReturns cache tier counters (hits/misses) and basic information.
Cache purge
POST /cache/purgeClears all active cache tiers.