We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5997c55 commit 497958cCopy full SHA for 497958c
src/Web/Documentation/content/main/2-features/06-cache.md
@@ -37,7 +37,7 @@ final readonly class OrderService
37
return $this->cache->resolve(
38
key: 'orders_count',
39
resolve: fn () => $this->fetchOrdersCountFromDatabase(),
40
- duration: Duration::hours(12)
+ expiration: Duration::hours(12)
41
);
42
}
43
0 commit comments