Cache key for a token, derived from its oauth_access_tokens.digest rather than the token
plaintext: bulk revocation only ever holds digests, so a plaintext-derived key could not
be evicted. Keyed (not a bare hash) so a leaked Redis dump is inert and a guessed digest
cannot be confirmed offline.
Evicts every mapping a batch revocation invalidated β a refresh family, a withdrawn consent, a
deleted user. Same contract as invalidate_cached_user, for the callers that revoke more than
one token at a time.