- Fixes broken memoized on functions that use default kwargs
0.9.0
- Fixes memoization to work on methods.
0.8.0
- Migrated to the new flask extension naming convention of flask_cache instead of flaskext.cache - Removed unnecessary dependencies in setup.py file. - Documentation updates
0.7.0
- Allows multiple cache objects to be instantiated with different configuration values.
0.6.0
- Memoization is now safer for multiple applications using the same backing store. - Removed the explicit set of NullCache if the Flask app is set testing=True - Swapped Conditional order for key_prefix