8000 Remove occurrences of "performant" · symfony/symfony-docs@7243036 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7243036

Browse files
committed
Remove occurrences of "performant"
1 parent 5942c27 commit 7243036

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/cache/adapters/php_array_cache_adapter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Php Array Cache Adapter
66
=======================
77

8-
This adapter is a highly performant way to cache static data (e.g. application configuration)
8+
This adapter is a high performance cache for static data (e.g. application configuration)
99
that is optimized and preloaded into OPcache memory storage::
1010

1111
use Symfony\Component\Cache\Adapter\PhpArrayAdapter;

http_cache.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,9 +243,9 @@ for debugging information about cache hits and misses.
243243

244244
The URI of the request is used as the cache key (unless you :doc:`vary </http_cache/cache_vary>`).
245245

246-
This is *super* performant and simple to use. But, cache *invalidation* is not supported.
247-
If your content change, you'll need to wait until your cache expires for the page
248-
to update.
246+
This provides great performance and is simple to use. But, cache *invalidation*
247+
is not supported. If your content change, you'll need to wait until your cache
248+
expires for the page to update.
249249

250250
.. tip::
251251

0 commit comments

Comments
 (0)
0