Strong Consistency
Hermes before performing a write it invalidates all replicas of an object and allows any replica to serve reads for the object when their local object's state is Valid. This ensures the strongest consistency that provides real-time single-copy semantics (aka Linearizability).