- M (Modified): Cache line is modified, exclusive, and dirty
- O (Owned): Cache line is owned by this cache, shared with others, responsible for memory updates
- E (Exclusive): Cache line is exclusive, clean, and unmodified
- S (Shared): Cache line is shared, clean, and read-only
- I (Invalid): Cache line is invalid, not present in this cache