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.

...