Files
trip-planner/docs
Vladimir Zagainov 6ae491ef1c feat: Implement basic caching layer with cache-aside pattern for /search results
- Implement cache-aside pattern via SearchCacheService in RouteSearch handler
- Add TTL policies: 3 hours near-term, 7 days far-term
- Write TestCacheAsideSearch and variants for TTL verification
- Extend CacheAside to fully implement Cache interface (Get, Set, Exists, Delete, Increment, Decrement)
2026-08-16 14:53:33 +03:00
..
2026-08-13 18:26:15 +03:00
2026-08-13 18:26:15 +03:00
2026-08-13 16:20:11 +03:00