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