-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
Description
Stéphane Nicoll opened SPR-12842 and commented
Since Guava 11, there is a separate interface to manipulate a CacheLoader: LoadingCache.
Our implementation uses Cache regardless of the fact we have specified a CacheLoader or not. In the former case a LoadingCache is created and as a get method that will invoke the loader if necessary.
Our current GuavaCache calls getIfPresent that will never use the loader.
Affects: 4.1.5
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug