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

Ability to view micronaut-cache value from key/parameter #618

Closed
mohamedniyaz1996 opened this issue Jun 22, 2023 · 0 comments · Fixed by #647
Closed

Ability to view micronaut-cache value from key/parameter #618

mohamedniyaz1996 opened this issue Jun 22, 2023 · 0 comments · Fixed by #647
Assignees
Labels
status: pr submitted A pull request has been submitted for the issue type: enhancement New feature or request

Comments

@mohamedniyaz1996
Copy link

Feature description

I am using the micronaut-cache caffeine extensively. At some point, if I need to check the value using a key/parameter, I am not able to do it.

I use the below command for viewing the caches and their configurations
curl http://localhost:8080/caches and curl http://localhost:8080/caches/book-cache

Can we have a similar command to view the value given the parameter/key:

curl http://localhost:8080/caches/book-cache/<key>

@mohamedniyaz1996 mohamedniyaz1996 changed the title Ability to view cache value from CURL Ability to view micronaut-cache value from key/parameter Jun 22, 2023
@graemerocher graemerocher transferred this issue from micronaut-projects/micronaut-core Jun 22, 2023
@sdelamo sdelamo added the type: enhancement New feature or request label Aug 3, 2023
@guillermocalvo guillermocalvo added the status: pr submitted A pull request has been submitted for the issue label Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: pr submitted A pull request has been submitted for the issue type: enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants