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?
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 ![]()
I’m thinking that making a start on a package to do this will be my goal for the Codegarden hackathon! ![]()
There is sadly no way of doing this (yet), as HybridCache has no peek option ![]()
You’d basically need your own HybridCache implementation that had a peek option.
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!