|
According to performance metrics we allocate both an high amount of CacheKey instances and an high amount of EntityKey instances.
While these two different contracts serve two different goals, the implementation of each is extremely similar so it would be interesting to explore reuse of allocated instances for both purposes.
|