Frontmatter
| id | 244 |
| title | Neo.mjs: autoGenerateGetSet() => cache by key name |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Feb 24, 2020, 7:33 PM |
| updatedAt | Feb 25, 2020, 1:10 PM |
| githubUrl | https://github.com/neomjs/neo/issues/244 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Feb 25, 2020, 1:10 PM |

"Also, the object that you create in autoGenerateGetSet. It is the same for each key name. The property definition object for property foo in one class will be exactly the same as for another class. These can be cached statically and reused." (Nige, #242)
=> we can create a mapping object for caching