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 the Roku, but not really sure what the best solution is. It doesn't sound like it is designed for this.
I put together some simple script to cache the response strings from my api to the registry, and it saves tons of time retrieving it from there, rather than hitting the site again.
I also have been reading about AsyncGetToFile(), but that is dumped, according to what I read, after the channel session is over. (I assume the session is over as soon as the end-user goes to the home screen).
So, if you were to store data daily, weekly, monthly, would you do it, and if so... how?