Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有 10 秒输出缓存的服务方法。
一切都按预期工作,但是如果我在缓存过期时用多个请求点击该方法,那么所有这些请求都会得到未缓存的响应,并且当请求到达数据库时可能会导致 SQL DB 问题。
我可以排队这些请求吗?