Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Manage the LLM response cache. View cache statistics, clear entries, configure TTL policies, and control semantic-similarity caching thresholds.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-11 | ✗→✓ | ▲ Improved | -52% | 0% |
| case-02 | ✗→✓ | ▲ Improved | 45% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 18% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -55% | 0% |
<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->
Manage the LLM response cache. View cache statistics, clear entries, configure TTL policies, and control semantic-similarity caching thresholds.
All requests require a valid Bearer token or session cookie. Obtain a token via POST /api/auth/login or configure REQUIRE_API_KEY=false for local development.
Get cache statistics
bashcurl https://localhost:20128/api/cache \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Clear all caches
bashcurl -X DELETE https://localhost:20128/api/cache \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Get detailed cache statistics
Returns detailed statistics for all cache layers.
bashcurl https://localhost:20128/api/cache/stats \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
Clear cache statistics
bashcurl -X DELETE https://localhost:20128/api/cache/stats \ -H "Authorization: Bearer $OMNIROUTE_TOKEN"
See the full OpenAPI specification at GET /api/openapi/spec or docs/openapi.yaml for detailed request/response schemas.
Other measured skills in the registry, with their headline benchmark lift.