A decorator for caching properties in classes.
conda install cctbx202211::cached-property
Cached-property is a decorator for caching properties in classes. It makes caching of time or computational expensive properties quick and easy.