cached-property
cached-property copied to clipboard
Mention functools' cached_property in the readme
This will help remove ambiguity over what to use.
I've seen several cached_property sources:
- functools.cached_property (core python)
- Django: django.utils.functional
- Flask (werzeug)
- PyPI cached_property (this project)
I'd be pretty happy about an overview :-)
Yes, please. functools.cached_property seems to be actually equivalent to threaded_cached_property, so a comparison would be nice.
I'm open to a PR that makes the necessary changes to the README.