Skip to content

Research potential benefits of replacing In-Memory Caching with Response Caching #9

Open
@nanotaboada

Description

@nanotaboada

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.

Resources

Metadata

Metadata

Assignees

No one assigned

    Labels

    .NETPull requests that update .NET codeenhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions