Remi Tricot-Le Breton 5853c0c0d5 MINOR: cache: Add a max-secondary-entries cache option
This new option allows to tune the maximum number of simultaneous
entries with the same primary key in the cache (secondary entries).
When we try to store a response in the cache and there are already
max-secondary-entries living entries in the cache, the storage will
fail (but the response will still be sent to the client).
It defaults to 10 and does not have a maximum number.
2020-12-15 16:35:09 +01:00
..
2020-09-25 17:54:48 +02:00
2020-08-10 08:49:38 +02:00
2020-07-07 16:52:35 +02:00