Suprised it was so hard to find concrete info about this online.
Is it possible to cache results in spring webflux?
For eg: Could I have my rest service, and then use mongodb as the primary database, and redis as the cache. So when request comes through it checks the cache , and then if result of request isnt in cache it queries the mongodb?
If you have links etc just put them as a comment, and Il read them and answer the question myself.
Thanks.