Open
Description
Description
In the current implementation, In-Memory Caching is used for caching API responses. However, Response Caching might offer better performance and more control over the caching strategy. Investigate whether Response Caching could replace the current in-memory caching strategy.
Acceptance Criteria
- Conduct performance benchmarks comparing In-Memory Caching vs Response Caching.
- Implement Response Caching where applicable.
- Ensure that response caching headers are properly configured.
- Verify caching behavior through integration tests.