Skip to content

[Cache] Allow usage of Caffeine and Redis at the same time #48031

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

Open
brunobastosg opened this issue May 23, 2025 · 1 comment
Open

[Cache] Allow usage of Caffeine and Redis at the same time #48031

brunobastosg opened this issue May 23, 2025 · 1 comment
Labels

Comments

@brunobastosg
Copy link

Description

Currently, the Quarkus cache extension only allows one cache provider (Caffeine or Redis) per application. It would be very useful to support configuring and using both providers at the same time, so different caches can use either in-memory (Caffeine) or distributed (Redis) backends as needed.

This would allow more flexible caching strategies within a single application.

Implementation ideas

No response

Copy link

quarkus-bot bot commented May 23, 2025

/cc @Ladicek (redis), @cescoffier (redis), @gwenneg (cache), @machi1990 (redis)

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