Hello, thank you for the great library. I am tryin...
# graphql-kotlin
d
Hello, thank you for the great library. I am trying to cache some database calls on per request basis. I thought I could use Spring components with @RequestScope, however that doesn’t seem to be supported with Reactive Stack. Do you have any recommendations on what to use instead?
d
hello đź‘‹ you probably could manually invoke some cache manager from target functions but unsure if that is the best way since this is Spring Webflux specific you could check with #spring for recommendations