Is there a way to dig down and find the actual name of the CacheItem Key name that I called it? When I do a debug, I can put the arrow over the Cache[..] and see that there are 2 there, but as I dig down the tree, I can't seem to find where the name is
located.
HttpContext.Current.Cache[CacheItemKey]
Go to the complete details ...