Merge branch '6.4' into 7.3

* 6.4:
  Split cache examples
This commit is contained in:
Javier Eguiluz
2026-01-05 16:46:40 +01:00

View File

@@ -41,8 +41,13 @@ attribute::
// ...
#[Cache(vary: ['Accept-Encoding'])]
public function foo(): Response
{
// ...
}
#[Cache(vary: ['Accept-Encoding', 'User-Agent'])]
public function index(): Response
public function bar(): Response
{
// ...
}