File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
components/cache/adapters Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
Php Array Cache Adapter
6
6
=======================
7
7
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)
9
9
that is optimized and preloaded into OPcache memory storage::
10
10
11
11
use Symfony\Component\Cache\Adapter\PhpArrayAdapter;
Original file line number Diff line number Diff line change @@ -243,9 +243,9 @@ for debugging information about cache hits and misses.
243
243
244
244
The URI of the request is used as the cache key (unless you :doc: `vary </http_cache/cache_vary >`).
245
245
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.
249
249
250
250
.. tip ::
251
251
You can’t perform that action at this time.
0 commit comments