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

Cache Abstraction #226

Closed
thmarx opened this issue Aug 22, 2024 · 2 comments
Closed

Cache Abstraction #226

thmarx opened this issue Aug 22, 2024 · 2 comments
Milestone

Comments

@thmarx
Copy link
Collaborator

thmarx commented Aug 22, 2024

The current implementation uses the caffeine cache. We need some abstract layer, that allows use to implement different cache providers. for large setups, maybe a distributed cache like memcached is more desirable.

@thmarx thmarx added this to the 5.2.0 milestone Aug 22, 2024
@thmarx
Copy link
Collaborator Author

thmarx commented Aug 22, 2024

Caches are currently used in:

  • DefaultContentParser
  • JettyAuthenticationHandler

@thmarx
Copy link
Collaborator Author

thmarx commented Aug 22, 2024

Introduce new ExtensionPoint for custom CacheProvider: CacheProviderExtentionPoint

thmarx pushed a commit that referenced this issue Aug 22, 2024
thmarx pushed a commit that referenced this issue Aug 26, 2024
@thmarx thmarx closed this as completed Aug 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant