Preventing Inconsistency
- Don't cache writable shared data
- Keep a single copy in main memory
- Always miss on a read
- Always write through
- Shared accesses slow down to main memory
speed
- Can cache data during critical sections,
but forces sequentialization