What is the recommended way to retrieve content fragment ETag in AEM cloud without using Sites HTTP API?
I'm trying to retrieve the ETag of a content fragment in AEM as a cloud service for validation purposes. I would prefer not to use the Sites HTTP API (/adobe/sites/cf/fragment/{fragmentId} GET endpoint) as it introduces overhead from authentication and network latency. The AEM Content Fragment Core API (import com.adobe.cq.dam.cfm.ContentFragment) doesn't seem to expose any method to access the ETag.
Is there any recommended way to access the ETag or similar metadata using AEM's Java-based APIs?