Superclass for property memoization until we can get away with private fields.
Constructor.
Protected
Memoize a property.
The property name.
A function to compute the property's value.
The computed value.
Superclass for property memoization until we can get away with private fields.