I’m writing a video addon that loads datas from a web API.
My problem is that, each time I access an (already) visited virtual folder, it loads the data again, while it could be cached - and it makes my addon slow.
Is there some core function to cache then get cached datas for Kodi addons ?
Thanks