cache
A caching descriptor wrapper. Takes the attribute name and the wrapped descriptor as arguments.
The cache class is accessible via the ohm.descriptors module.
To expire, use MyClass.cached_attr.expire(my_object) where my_object is an instance of MyClass.
Methods
See the source for more information.