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.
显然,express-static和Buffet仅缓存服务器内存中的静态文件。是否有允许我将 AJAX 结果缓存在服务器内存中的中间件?我需要这样做,因为我将图像存储在 MongoDB 中。Varnish 反向代理缓存 AJAX 结果吗?