How can I find out what keys gpg-agent has cached? (like how ssh-add -l shows you cached ssh keys)
ssh-add -l shows you all ssh-keys that have been added with ssh-add ~/.ssh/id_yourkey. How do I do the analogous thing with gpg and gpg-agent, in other words, ask it to show a list of cached keys?