DOC: cache: Specify when function expects a cache lock
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 16 Nov 2023 16:38:28 +0000 (17:38 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 16 Nov 2023 18:35:10 +0000 (19:35 +0100)
commitf1f8e2b3df7cea8235604ef24479f6497cd00202
tree7c7f6b88c80d08ae84721388e7b7a22c636e914b
parent45a2ff0f4ae9e43f98e5602971748e17f8a3a3aa
DOC: cache: Specify when function expects a cache lock

Some functions are built on the fact that the cache lock must be already
taken by the caller. This patch adds this information in the functions'
descriptions.
src/cache.c