jabbink / PokemonGoAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically cache results of some queries

jabbink opened this issue · comments

Cache:

  • GET_PLAYER
  • GET_PLAYER_PROFILE
  • GET_MAP_OBJECTS (allow refresh of same S2 cells every 30 seconds?)
  • GET_INVENTORY
  • FORT_DETAILS (mainly cache name)

And immediately onNext the Observable. When cache is invalidated, queue a new fetch.