You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: