I am creating a mashup that receives data from a rather slow external API and processes it on the client side. To speed up the process, I would like to add a simple cache that will store processed results on the Internet, but I do not want to buy a dedicated server. Is there a free online service for caching any JSON / XML / text data using AJAX?
source
share