Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement an in-memory cache that will keep phone numbers that are already registered in OBS e8 #109

Open
Koufan-De-King opened this issue Dec 20, 2024 · 0 comments
Labels

Comments

@Koufan-De-King
Copy link
Contributor

Koufan-De-King commented Dec 20, 2024

Description:
Develop an in-memory cache in the OBS to store already registered phone numbers, enabling efficient lookup and reducing database queries.

Requirements:

  • Implement a thread-safe in-memory cache.
  • Store registered phone numbers with efficient lookup.
  • Ensure cache eviction or persistence if needed.

Acceptance Criteria:

  • Registered phone numbers cached successfully.
  • Cache lookup time optimized.
  • Passed unit and integration tests.
  • Code reviewed and approved by the team.

Estimate: 8

@Koufan-De-King Koufan-De-King changed the title Implement an in-memory cache that will keep phone numbers that are already registered in OBS Implement an in-memory cache that will keep phone numbers that are already registered in OBS e8 Dec 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant