Content Hash
Noun · Development
Definitions
A hash value derived from the actual bytes or text of some content, used to detect changes, ensure integrity, or produce stable cache-busting names. Content hashes are common in build pipelines because a file's identity changes automatically when its contents change.
In plain English: A hash calculated from content so changes can be detected exactly.
Example: "The bundler used a content hash in every output filename so browsers could cache assets aggressively without serving stale versions after deploys."