Zend certified PHP/Magento developer

Can I decrypt data with a revoked GPG encryption key? [duplicate]

I have a GPG key for encryption (another one for sign and one more for authenticate).

What happens with the private key on my Linux machine if I revoke that encryption key? Can I continue to use a revoked encryption GPG key to decrypt already encrypted data?

What does revocation actually do?