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
..
2006-06-15 21:48:13 +02:00
2020-11-05 17:20:35 +01:00
2006-06-15 21:48:13 +02:00
2020-07-31 14:48:32 +02:00
2019-05-25 07:34:24 +02:00