Flask-caching

Latest version: v2.3.0

Safety actively analyzes 630450 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 7 of 8

0.8.0

-------------

Released 2012-09-30

- 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

-------------

Released 2012-08-25

- Allows multiple cache objects to be instantiated with different configuration values.

0.6.0

-------------

Released 2012-08-12

- 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

0.5.0

-------------

Released 2012-02-03

- Deleting memoized functions now properly functions in production
environments where multiple instances of the application are running.
- get_memoized_names and get_memoized_keys have been removed.
- Added ``make_name`` to memoize, make_name is an optional callable that can be passed
to memoize to modify the cache_key that gets generated.
- Added ``unless`` to memoize, this is the same as the unless parameter in ``cached``
- memoization now converts all kwargs to positional arguments, this is so that
when a function is called multiple ways, it would evaluate to the same cache_key

0.4.0

-------------

Released 2011-12-11

- Added attributes for uncached, make_cache_key, cache_timeout
to the decorated functions.

0.3.4

-------------

Released 2011-09-10

- UTF-8 encoding of cache key
- key_prefix argument of the cached decorator now supports callables.

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.