Caching data in combo with reactive programming. Use Case 1: User logs in, and gets a session token(along with a cookie). They want to keep this token for X time before it expires. Caching it would be best so that they can make various calls with the use of that token. Currently all the provides would require me to block the use of Mono and in theory that would work. However, it would be nice if I could store it without blocking. Any tips? I've looked at cacheMono in conjunction with Caffeine but have yet to see a successful example.
1.4m articles
1.4m replys
5 comments
57.0k users