How to see what nodes are in the Hybrid Cache?

,

Hi all,

With the new Hybrid Cache stuff, is there a way to easily see what nodes are currently contained in the Local Cache (Memory Cache) and the Remote Cache (second-level cache)?

Does anyone know if a package that does this exist?

I haven’t seen anything for this but would love to follow/see if anyone else has :face_with_monocle:

I’m thinking that making a start on a package to do this will be my goal for the Codegarden hackathon! :smiley:

There is sadly no way of doing this (yet), as HybridCache has no peek option :cry:
You’d basically need your own HybridCache implementation that had a peek option.

1 Like

Yeah, I unfortunately found that out when I tried making it during the MVP Summit…

Oh well, hopefully a peek option gets added in the future!