We are developing a Roku screensaver application. So, basically, we are fetching the images from the AWS S3 bucket. We need a way to cache the images in some kind of non-volatile memory in Roku after initially loading the images from the AWS S3 bucket. Is there a way to store the images at runtime (fetched from some external sources i.e. AWS s3 bucket) in a non-volatile memory in Roku? If yes, can you please brief about the same.