Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita3e69e2

Browse files
committed
Tweaks based on feedback!
1 parent1b6cb69 commita3e69e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎components/cache/cache_pools.rst‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Php Files Cache Adapter
6262
~~~~~~~~~~~~~~~~~~~~~~~
6363

6464
This adapter is very similar to the Filesystem adapter, except that the saving creates
65-
a ``.php`` file, which is included on fetch (allowing the file tome saved inOpCache)::
65+
a ``.php`` file, which is included on fetch (allowing the file tobe saved inOPcache)::
6666

6767
use Symfony\Component\Cache\Adapter\PhpFilesAdapter;
6868

@@ -212,12 +212,12 @@ Php Array Cache Adapter
212212
~~~~~~~~~~~~~~~~~~~~~~~
213213

214214
This adapter is a highly performant way to cache static data (e.g. application configuration)
215-
that is optimized and preloaded intoOpCache memory storage::
215+
that is optimized and preloaded intoOPcache memory storage::
216216

217217
use Symfony\Component\Cache\Adapter\PhpArrayAdapter;
218218
use Symfony\Component\Cache\Adapter\PhpFilesAdapter;
219219

220-
// somehow, decide it's time towarmup the cache!
220+
// somehow, decide it's time towarm up the cache!
221221
if ($needsWarmup) {
222222
// some static values
223223
$values = array(

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp