Test Cache
Placeholder directory for cache testing and inspection API endpoints.
Test Cache API (app/api/test-cache/)
Placeholder directory for cache testing and inspection API endpoints.
Purpose
Reserved for development/testing API routes that:
- Inspect cache contents and statistics
- Manually clear or populate cache
- Test cache eviction strategies
- Debug cache-related issues
Status
Currently empty - routes will be added as testing needs arise.
Planned Endpoints
Potential testing endpoints:
GET /api/test-cache/stats- Detailed cache statisticsGET /api/test-cache/entries- List all cache entriesPOST /api/test-cache/clear- Clear all cached dataPOST /api/test-cache/populate- Pre-populate cache with test dataDELETE /api/test-cache/:key- Delete specific cache entry
Related Documentation
- API Routes Overview - All API endpoints
- System Status API - Production cache statistics
- Cache Adapter - Cache implementation