User5817351
User5817351

Reputation: 1007

Using Spring cacheble with project reactor

I'm using Spring project reactor as a reactive stream implementation, I was wondering if I can use Spring cache abstraction with reactive streams. I wanted to know if we can use those together and if anyone has solved this, how did they do that? Thanks!

Upvotes: 0

Views: 209

Answers (1)

Stephane Nicoll
Stephane Nicoll

Reputation: 33151

No you can't. I meant to do something for Spring Framework 5.0 and ran out of time. I really would like to resume this work for 5.1 unless someone else beats me to it.

Please watch this issue for updates.

Upvotes: 1

Related Questions