-
Notifications
You must be signed in to change notification settings - Fork 659
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
[KARAF-6017] - added cache facade #1677
base: main
Are you sure you want to change the base?
Conversation
@jbonofre would be great if you can take a look 😃 once we agree on the requirements then I'll start adding javadocs, tests, feature etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a good start. I will come back to you with more detailed feedback (busy at EclipseCon this week).
cache/commands/src/main/java/org/apache/karaf/cache/core/commands/Create.java
Outdated
Show resolved
Hide resolved
cache/commands/src/main/java/org/apache/karaf/cache/core/commands/Invalidate.java
Outdated
Show resolved
Hide resolved
e06d478
to
14e9ca2
Compare
@jbonofre I made a proper pull request now (added docs, example, tests etc). I'm happy to introduce any changes if needed. |
Draft phase (it works but it's not a proper component yet).
I'm opening a pr already so it can be reviewed before putting more work into it.
Some features:
Some open points:
CacheService
) look like