swagger-tools/docs/tasks
rimskij cae5f7fce1 feat: add in-memory LRU cache for parsed specs
Add caching layer to improve performance when repeatedly accessing
the same OpenAPI specs:

- LRU cache with max 10 entries and 15-minute TTL
- Cache key includes mtime for local files (change detection)
- URL normalization for consistent remote spec caching
- noCache parameter on all tools to bypass cache
- Response includes cached:true/false indicator

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 17:09:21 +01:00
..
caching-task.md feat: add in-memory LRU cache for parsed specs 2026-01-12 17:09:21 +01:00
typescript-options-task.md feat: add TypeScript generation options to generate-types tool 2026-01-12 15:42:39 +01:00