mikependon / RepoDB

A hybrid ORM library for .NET.
Apache License 2.0
1.7k stars 125 forks source link

Cache of the Types #1119

Closed SergerGood closed 1 year ago

SergerGood commented 1 year ago

I suggest caching the types themselves. It seems to me that their number will not be large in the end. The cache will help us not to call reflection methods on types too often.