Cached Property
JSON →cached-property (current version 2.0.1) is a Python decorator for caching the results of properties in classes. It provides a straightforward way to memoize expensive computations, executing them only once per instance and storing the result as a regular attribute. The library offers basic, thread-safe, and time-based (TTL) caching mechanisms, as well as experimental async/await compatibility. It maintains an active development status with releases typically aligned with Python version support updates.
Traffic · last 30 days ↑250% vs prev 7d
total hits 28
actors 7 distinct systems
last hit 1d ago GPTBot
top countries 🇺🇸 United States · 🇸🇬 Singapore · 🇨🇦 Canada · 🇩🇪 Germany · 🇨🇳 China
API endpoints
full doc /v1/registry/cached-property
compatibility /v1/registry/cached-property/compatibility