alexis-mignon / python-flickr-api

A python implementation of the Flickr API
BSD 3-Clause "New" or "Revised" License
367 stars 108 forks source link

Cache is not hitting often #90

Closed mtrovo closed 6 years ago

mtrovo commented 6 years ago

While taking a look at the cache functionality I saw that is pretty hard for cache to hit because some fields being considered as key are meant to be unique, such as:

I would rather remove them from the cache key in order to have more cache hits.

mtrovo commented 6 years ago

I'm just not sure how new versions are being generated, should I also update version file?