My app does quite a few requests to a server. A lot of those requests refer to the same resources.
I would like to know if there's anything I should do to help both sides spare the time and effort and simply cache the responses?
|
My app does quite a few requests to a server. A lot of those requests refer to the same resources. I would like to know if there's anything I should do to help both sides spare the time and effort and simply cache the responses? |
||||
|
|
|
By default, requests are cached for 60 seconds. This can be controlled with the Added: If you implement |
||||
|
|