Description
Computed object properties can be cached after first access with a small decorator. This library is for Python developers reducing repeated work inside classes. Cached values may become stale, so callers should use it only for stable or intentionally memoized properties.