About two weeks ago, I was questioned about a LRU ( least recently used ) Cache in javascript , so I started doing some research on it and apparently I found a good idea to implement that . now the question is what is a LRU cache and why would we need it . well(…)