ValueLoaderEntryProcessor should not be created for every call to JCacheCache#get #31250
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
The
get
operation using aCallable
creates an instance ofValueLoaderEntryProcessor
for every call. It should be possible to make the processor static by providing the function that it needs to create the store value.The text was updated successfully, but these errors were encountered: