How to name Cache-Aside function according to CQS principle

后端 未结 0 446
太阳男子
太阳男子 2020-12-29 10:49

For example, I have a function that retrieves data from cache or if the cache is empty, the function gets the result from DB or third-party API, and before returning, store

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