Definition
Static Random-Access Memory
Static random-access memory is a kind of random-access memory that stores each bit using a stable circuit state as long as power is supplied.
Unlike dynamic random-access memory, it does not need periodic refresh.
SRAM is faster and more expensive per bit than DRAM, so it is often used for caches.