How do I implement an LRU cache in front of server data fetching inside of actix-web?

后端 未结 0 759
南笙
南笙 2020-11-28 07:21

I need to fetch data to render HTML templates from a external REST API.

I would like to a implement a LRU cache to go in front of fetching to speed the whole process

相关标签:
回答
  • 消灭零回复
提交回复
热议问题