hapijs / catbox-memory

Memory adapter for catbox
Other
33 stars 30 forks source link

Create named classes for cache objects #9

Closed kpdecker closed 10 years ago

kpdecker commented 10 years ago

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.

lock[bot] commented 4 years ago

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.