Cache

engineering

A high-speed data storage layer that stores a subset of data so future requests can be served faster than accessing the primary data source. Caching strategies include write-through, write-back, and write-around. Interview questions often cover cache invalidation, eviction policies (LRU, LFU), and cache stampede prevention.

Související Pojmy