- CACHE_TYPE changed. Now one of ['null', 'simple', 'memcached', 'gaememcached', 'filesystem'], or an import string to a function that will instantiate a cache object. This allows Flask-Cache to be much more extensible and configurable.
0.2
- CACHE_TYPE now uses an import_string. - Added CACHE_OPTIONS and CACHE_ARGS configuration values. - Added delete_memoized