You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question about caching data. I wonder if I have to manually call pokebase.cache.save() to save cache.
When sending pokebase.pokemon("charmander") multiple times to Python console, it seems to be requesting data from the server even after the first request.
*I haven't confirmed precisely whether the api call actually tries to retrieve data from the server. I am just guessing since I have to wait couple of seconds before pokebase.pokemon() returns console prompt
The text was updated successfully, but these errors were encountered:
Hello, I have a question about caching data. I wonder if I have to manually call
pokebase.cache.save()
to save cache.When sending
pokebase.pokemon("charmander")
multiple times to Python console, it seems to be requesting data from the server even after the first request.*I haven't confirmed precisely whether the api call actually tries to retrieve data from the server. I am just guessing since I have to wait couple of seconds before
pokebase.pokemon()
returns console promptThe text was updated successfully, but these errors were encountered: