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.
2 parents e9bd794 + 70bf1a6 commit ec0ddfcCopy full SHA for ec0ddfc
components/cache.rst
@@ -51,7 +51,7 @@ a filesystem-based cache, instantiate :class:`Symfony\\Component\\Cache\\Adapter
51
52
$cache = new FilesystemAdapter();
53
54
-Now you can create, retrieve, updated and delete items using this cache pool::
+Now you can create, retrieve, update and delete items using this cache pool::
55
56
// create a new item by trying to get it from the cache
57
$numProducts = $cache->getItem('stats.num_products');
0 commit comments