A decorator for caching properties in classes.
conda install conda-forge::cached-property
conda install conda-forge/label/cf201901::cached-property
conda install conda-forge/label/cf202003::cached-property
conda install conda-forge/label/gcc7::cached-property
Cached-property is a decorator for caching properties in classes. It makes caching of time or computational expensive properties quick and easy.