0 votes
in NGINX by
What algorithms are used for cache content replacement?

1 Answer

0 votes
by

The Array(Hardware loadbalancer) Cache uses several algorithms for determining cache replacement behavior, depending on the context. In most cases, the Array will use LRU (Least Recently Used) to remove older content when space is needed.

Related questions

0 votes
asked Apr 2, 2020 in NGINX by rajeshsharma
0 votes
0 votes
asked Sep 5, 2019 in NGINX by Robin
...