How to cache AJAX results server-side in node.js

366 Views Asked by At

Apparently, express-static and buffet cache only static files in the server memory. Is there a middleware which will allow me to cache AJAX results in the server memory? I need this to be done because I am storing my images in MongoDB. Does the Varnish reverse proxy cache AJAX results?

0

There are 0 best solutions below