meraki-analytics / cassiopeia

An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trouble refreshing summoner.current_match.duration

flazouh opened this issue · comments

commented

I need to track the duration of a match, and I see that the first time I access this field, cass makes a query to the api, but the other times it returns this first duration and that's it, is there a way to refresh or delete the cache to get an updated value?
Thank you

itself the riot api will cache for 5 minute, make sure to read the cache section of the docs and adjust your expiration for CurrentMatch