Part of lp.services.propertycache View In Hierarchy
Provides only the __get__ part of the descriptor protocol. Setting and
clearing cached values should be done explicitly via IPropertyCache
instances.
| Method | __init__ | Initialize this instance. |
| Method | __get__ | Undocumented |
| Method | __set__ | Undocumented |
| Method | __delete__ | Undocumented |