csparpa / pyowm

A Python wrapper around the OpenWeatherMap web API
https://pyowm.readthedocs.io
MIT License
789 stars 171 forks source link

Improve caches with invalidation #247

Closed csparpa closed 6 years ago

csparpa commented 6 years ago

Add the possibility to invalidate cached things (invalidate a single cached key or the whole cache)

csparpa commented 6 years ago

Already in place...