playMaker

Author Topic: Central Cache  (Read 275 times)

zzap64

  • Playmaker Newbie
  • *
  • Posts: 35
Central Cache
« on: March 28, 2023, 12:21:26 AM »
My app currently grabs xml data from a remote API but only can only ping this server a few times a day due to an access top limit. Not ideal when my App is on multiple devices.
I would like to have a centralized cache computer that access the remote server and all my apps then access this one centralized cache.
I have no idea where to begin?