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 55Php 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)
99that is optimized and preloaded into OPcache memory storage::
1010
1111 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.
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
You can’t perform that action at this time.
0 commit comments