From a510feb27ef0db94db4b8eee7782f854f2a5660c Mon Sep 17 00:00:00 2001 From: antonmedv Date: Wed, 8 Nov 2023 06:30:53 +0000 Subject: [PATCH] [automatic] Update docs with bin/docgen --- docs/contrib/cachetool.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/contrib/cachetool.md b/docs/contrib/cachetool.md index 5b2162fe7..938421538 100644 --- a/docs/contrib/cachetool.md +++ b/docs/contrib/cachetool.md @@ -115,7 +115,7 @@ The value of this configuration is autogenerated on access. ## Tasks ### cachetool:clear:opcache -[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L86) +[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L88) Clears OPcode cache. @@ -123,7 +123,7 @@ Clear opcache cache ### cachetool:clear:apcu -[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L97) +[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L99) Clears APCu system cache. @@ -131,7 +131,7 @@ Clear APCU cache ### cachetool:clear:stat -[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L108) +[Source](https://github.com/deployphp/deployer/blob/master/contrib/cachetool.php#L110) Clears file status and realpath caches.