Closed
Description
Lukas Krecan opened SPR-12967 and commented
It would be nice to support caching of ListenableFuture (CompletableFuture) results. Imagine that your method returns ListenableFuture and you want to cache the result (not the future itself). If I am not mistaken it is not currently supported.
I may send you a pull request, but I'd like to hear if it makes sense. It may be a bit confusing since the cache would be filled/evicted not upon the method exit but upon the future completion.
Affects: 4.1.6
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity
spring-projects-issues commentedon May 5, 2015
Lukas Krecan commented
Hint of the solution lukas-krecan@48329ff
spring-projects-issues commentedon May 15, 2015
Stéphane Nicoll commented
We don't foresee such feature in the 4.x line as it sounds it's part of a more general reactive effort.
Looking at your proposal it has significant impacts on the boundaries and the semantics of the caching aspect (basically what happens when we exit the method vs. what happens when the value to cache is actually made available). JSR-107 has also some plans to add an asynchronous API (see this issue) so this request may benefit from that stuff.
spring-projects-issues commentedon Jan 12, 2019
Bulk closing outdated, unresolved issues. Please, reopen if still relevant.
8 remaining items