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

Use CacheKeyGenerator implementation in error caching middleware #9644

Merged
merged 1 commit into from
Oct 17, 2024

Commits on Oct 16, 2024

  1. Use CacheKeyGenerator implementation in error caching middleware

    Use an implementation of the CacheKeyGenerator interface instead of bare
    function to generate cache keys for error caching. This allows downstream
    consumers (GEM) to inject custom logic for caching based on LBAC rules.
    
    Signed-off-by: Nick Pillitteri <[email protected]>
    56quarters committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6d84f3c View commit details
    Browse the repository at this point in the history