The Write-Invalidate Policy is a cache coherence mechanism used in multi-processor systems to ensure consistency by invalidating copies of a data block in other caches when a write operation is performed on that block by one processor. This strategy reduces the complexity of maintaining coherence but can lead to increased latency due to frequent invalidations and cache misses.