Skip to content

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

@brunobastosg

Description

@brunobastosg

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions