Forum Discussion

guidamedia2's avatar
13 years ago

Caching data to limit requests to API

I am looking for the best caching method. What I am trying to achieve is to store response strings from my API on a daily basis, and some data even longer. I have been reading about caching data on...