Closed oDinZu closed 2 years ago
It would be great to have cache working for each array i.e. posts, products, etc..
If we have 1000 posts and have to build every post on each change, our developers won't be working. :smile_cat:
1. check if local data exists 2. if true exit 3. if false download data to cache dir
I am currently working on a my own solution and will share it at a later date.
It would be great to have cache working for each array i.e. posts, products, etc..
If we have 1000 posts and have to build every post on each change, our developers won't be working. :smile_cat: