From 7d70ce7259d5a874882919fe2af1c4449190db52 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 24 Sep 2019 15:37:53 +0200 Subject: [PATCH] [Cache] Rewrod a phrase to remove the "basic" word --- cache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cache.rst b/cache.rst index 49373da61be..5de81659a5b 100644 --- a/cache.rst +++ b/cache.rst @@ -8,7 +8,7 @@ Using cache is a great way of making your application run quicker. The Symfony c component is shipped with many adapters to different storages. Every adapter is developed for high performance. -Basic uses of the cache looks like this:: +The following example shows a typical usage of the cache:: if (!$cache->has('my_cache_key')) { // ... do some HTTP request or heavy computations