This makes heampdump and coredump analysis dramatically easier as cached entries will appear in the respective tools as MemoryCacheSegement and MemoryCacheEntry rather than generic objects. This allows for much simpler analysis of the memory impact of the cache as a whole.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
This makes heampdump and coredump analysis dramatically easier as cached entries will appear in the respective tools as
MemoryCacheSegement
andMemoryCacheEntry
rather than generic objects. This allows for much simpler analysis of the memory impact of the cache as a whole.