You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A very naive and simple simulation of a LRU Cache. "Hits" are read immediately while "misses" require a wait of 0.2 seconds to simulate disk or network latency.