Content Addressable Memory
Updated Feb 15, 2026
Alias: CAM
Definition
A form of memory which searches several registers for a specific value, and returns the location of that value. i.e. if a CAM holds the values 5, 4, 9 and 6, an input of "4" will give an output corresponding to the second input.
Use case: Finding which cache line holds the data needed