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 a9f0078 commit 7d70ce7Copy full SHA for 7d70ce7
cache.rst
@@ -8,7 +8,7 @@ Using cache is a great way of making your application run quicker. The Symfony c
8
component is shipped with many adapters to different storages. Every adapter is
9
developed for high performance.
10
11
-Basic uses of the cache looks like this::
+The following example shows a typical usage of the cache::
12
13
if (!$cache->has('my_cache_key')) {
14
// ... do some HTTP request or heavy computations
0 commit comments