Property-cached

Latest version: v1.6.4

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

Scan your dependencies

Page 3 of 4

1.2.0

++++++++++++++++++

* Overall code and test refactoring, thanks to gsakkis
* Allow the del statement for resetting cached properties with ttl instead of del obj._cache[attr], thanks to gsakkis.
* Uncovered a bug in PyPy, https://bitbucket.org/pypy/pypy/issue/2033/attributeerror-object-attribute-is-read, thanks to gsakkis
* Fixed threaded_cached_property_with_ttl to actually be thread-safe, thanks to gsakkis

1.1.0

++++++++++++++++++

* Regression: As the cache was not always clearing, we've broken out the time to expire feature to its own set of specific tools, thanks to pydanny
* Fixed typo in README, thanks to zoidbergwill

1.0.0

++++++++++++++++++

* Added timed to expire feature to ``cached_property`` decorator.
* **Backwards incompatiblity**: Changed ``del monopoly.boardwalk`` to ``del monopoly['boardwalk']`` in order to support the new TTL feature.

0.1.5

++++++++++++++++++

* Added threading support with new ``threaded_cached_property`` decorator
* Documented cache invalidation
* Updated credits
* Sourced the bottle implementation

0.1.4

++++++++++++++++++

* Fix the dang-blarged py_modules argument.

0.1.3

++++++++++++++++++

* Removed import of package into ``setup.py``

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.