Colorfulstan / LeagueJS

A Javascript Wrapper for the League of Legends API
MIT License
100 stars 7 forks source link

Work out StaticData / DDragon caching #13

Open Colorfulstan opened 6 years ago

Colorfulstan commented 6 years ago

For now, DataDragon files are stored on the filesystem without expiration (since they don't change).

In-memory caching is used for

I assume for the use cases this library is used for this should be fast enough, I might tinker with it at some point, but for now this is good enough for me.

Suggestions / Pull requests always welcome of course.