cached-property is a decorator for caching properties in classes. It makes
caching of time or computational expensive properties quick and easy.

WWW: https://github.com/pydanny/cached-property
