cassiopeia_sqlstore does not support caching of any staticdata
johanb99 opened this issue · 1 comments
johanb99 commented
I'm trying to use Realms and Champion static data. No static data caching is supported for the sqlstore.
jjmaldonis commented
For now, you can use the diskstore to store them on disk. Otherwise requesting them from ddragon and storing them in memory using the built-in cache isn't the end of the world.