13141516171819
public class ObjectNavigator { private ClassCache cache; private ObjectNavigator() { this.cache = new ObjectMetaInfoCache(); }