Login
Remember
Register
Ask a Question
Which algorithm is used by memcached for evictions
+1
vote
asked
Feb 14, 2020
in
JAVA
by
rahuljain1
Which algorithm is used by memcached for evictions
Most Recently Used(MRU)
Round Robin
Least Recently Used(LRU)
First Come First Served (FCFS)
#memcached-evictions
Java-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Feb 14, 2020
by
rajeshsharma
Least Recently Used(LRU)
...