cache sever-client JSON payload

I’m not sure if this is a well-formed question, but is there anyway to cache the server response to a callback? In my app there’s a lot going on but all the triggers are coming from a single data source and any repetition of a value there will produce the same output. Is there any way to cache this clientside?

I have not implemented this yet - Was planning on using ditributed for this.

···

On Friday, September 23, 2016 at 11:39:50 AM UTC-5, Henry Harrison wrote:

I’m not sure if this is a well-formed question, but is there anyway to cache the server response to a callback? In my app there’s a lot going on but all the triggers are coming from a single data source and any repetition of a value there will produce the same output. Is there any way to cache this clientside?