+1 vote
in JAVA by
Which algorithm is used by memcached for evictions

Most Recently Used(MRU)

Round Robin

Least Recently Used(LRU)  

First Come First Served (FCFS)

1 Answer

0 votes
by
Least Recently Used(LRU)

Related questions

+1 vote
asked Feb 14, 2020 in JAVA by rahuljain1
0 votes
asked Apr 10, 2021 in JAVA by Robindeniel
...