graphql-java-kickstart / graphql-spring-boot

GraphQL and GraphiQL Spring Framework Boot Starters - Forked from oembedler/graphql-spring-boot due to inactivity.
https://www.graphql-java-kickstart.com/spring-boot/
MIT License
1.5k stars 325 forks source link

feat: added SpringValueCache for easy creation of data loader ValueCache objects that utilize Spring Caches under the hood #964

Closed bsara closed 11 months ago

bsara commented 1 year ago

Not sure what else could be added that isn't already stated in the title.

I just found it convenient to have a ValueCache implementation that uses a Spring Cache under the hood and felt it would make sense to put it in this lib. :)