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

fix: resolve existing cache issue and add some extra functionality. #948

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

amitamrutiya
Copy link
Contributor

Closes #944

📑 Description

This pull request includes the following changes:

  1. Implementation to prevent the addition and removal of the same cache provider multiple times.
  2. Introduction of a new data command to retrieve all cache data along with the provider name.
  3. Enhancement of the list command functionality to list all active and unused cache providers.
  4. Removed the init function from all other cache files and consolidated it into the main cache file for improved code readability.

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

I'm aware that this pull request includes numerous changes. If anyone has any suggestions or feedback, please don't hesitate to reach out here. I'm open to making adjustments to my code based on your input.

@amitamrutiya amitamrutiya requested review from a team as code owners February 13, 2024 04:34
Signed-off-by: amitamrutiya2210 <amitamrutiya2210@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Proposed
Development

Successfully merging this pull request may close these issues.

[Feature]: Enhance Caching Functionality
1 participant