Get-PSUCache -Detail

avatar

Version 2026.2.4

I've got a cached variable, and am able to retrieve data from it. It's persisted in the DB as I'm running an HA pair.

However, if I try and pull the cache detail, I get no metadata back. i.e.:

AbsoluteExpiration              : 
AbsoluteExpirationRelativeToNow : 
SlidingExpiration               : 
Persist                         : False
Roles                           : 
SecurityContextId               : 00000000-0000-0000-0000-000000000000
LastRead                        : 1/1/0001 12:00:00 AM
Created                         : 1/1/0001 12:00:00 AM
Updated                         : 1/1/0001 12:00:00 AM
Id                              : 0


However, I DO get the cached data in the Value property.

This is the same whether I try and get this detail via web console or add detail to a Card in an app.

But if I view the cache in the web ui, the information's there:

Any ideas?

e38c4a2a-83d0-467e-8b06-09c3b0289080.png

All Comments (0)