Part of lp.services.propertycache View In Hierarchy
| Method | __getattr__ | Return the cached value corresponding to name. |
| Method | __setattr__ | Cache value for name. |
| Method | __delattr__ | Delete value for name. |
| Method | __contains__ | Whether or not name is cached. |
| Method | __iter__ | Iterate over the cached names. |