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

ValueLoaderEntryProcessor should not be created for every call to JCacheCache#get #31250

Closed
snicoll opened this issue Sep 18, 2023 · 0 comments
Closed
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Sep 18, 2023

The get operation using a Callable creates an instance of ValueLoaderEntryProcessor for every call. It should be possible to make the processor static by providing the function that it needs to create the store value.

@snicoll snicoll added in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement labels Sep 18, 2023
@snicoll snicoll added this to the 6.1.0-RC1 milestone Sep 18, 2023
@snicoll snicoll self-assigned this Sep 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant