What is LRU Cache ? #cache #programming #coding #java #python #datastructures #code #javascript

preview_player
Показать описание
LRU (Least Recently Used) Cache is a data structure that stores a fixed number of elements in memory, and discards the least recently used item when the cache is full and a new item needs to be added. It is used to improve the performance of frequently accessed data.
Рекомендации по теме