See doc/propertycache.txt for documentation.
| Interface | IPropertyCache | No interface docstring; 5/5 methods documented |
| Class | DefaultPropertyCache | A simple cache. |
| Function | get_property_cache | Obtain a DefaultPropertyCache for any object. |
| Function | clear_property_cache | Clear the property cache. |
| Class | CachedProperty | Cached property descriptor. |
| Function | cachedproperty | Decorator to create a cached property. |