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

Caching module for API's #698

Open
yesyash opened this issue Aug 27, 2022 · 0 comments
Open

Caching module for API's #698

yesyash opened this issue Aug 27, 2022 · 0 comments
Assignees
Labels
feature task Feature that has to be built

Comments

@yesyash
Copy link
Contributor

yesyash commented Aug 27, 2022

Description

Create an in-memory cache module to cache API responses and serve requests from the cache for a set amount of time.

Features:

  • Global cache pool with a maximum memory size limit.
  • Ability to configure cache expiry time for individual APIs.
  • Priority flag:- To prevent necessary APIs from being deleted when reaching the cache pool limit.
  • Auto clean-up function:- To remove low-priority APIs when reaching the cache pool limit.

Versions

Working

cache module flow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature task Feature that has to be built
Projects
None yet
Development

No branches or pull requests

1 participant