Closed
Description
Hi,
after reading the code, i would like to know how and if caching work now.
getMapObject put some data on cacheObj, but this data are never returned, and on getMapObject
the API get always called.
if i do a getPokestop & getCatchablepoke on the same function, the api get called twice.
mapObjectsExpiry by default it's not set by default, but setting it won't help standing from code.
it's currently caching disabled?