Added some basic caching
Posted Monday, April 16 at 8:00 PM (6 years ago)
Instead of working on image renditions I decided to try adding in some caching
functionality, and experimented with both functools.lru_cache
and
Flask-Cache. Neither is a particularly
great solution to caching but they get the job done.