Felipe Cardoso
c2466ab401
feat(context): implement Redis-based caching layer (#84)
Phase 6 of Context Management Engine - Caching Layer:
- Add ContextCache with Redis integration
- Support fingerprint-based assembled context caching
- Support token count caching (model-specific)
- Support score caching (scorer + context + query)
- Add in-memory fallback with LRU eviction
- Add cache invalidation with pattern matching
- Add cache statistics reporting
Key features:
- Hierarchical cache key structure (ctx:type:hash)
- Automatic TTL expiration
- Memory cache for fast repeated access
- Graceful degradation when Redis unavailable
Tests: 29 new tests, 285 total context tests passing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-04 02:41:21 +01:00
..
2026-01-04 02:41:21 +01:00
2026-01-03 17:55:34 +01:00
2026-01-03 17:55:34 +01:00
2025-10-31 22:31:01 +01:00
2025-11-10 11:55:15 +01:00
2025-11-10 11:55:15 +01:00
2025-12-30 02:07:51 +01:00
2025-11-26 00:13:53 +01:00
2025-11-25 23:50:43 +01:00
2025-11-10 11:55:15 +01:00