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

Commit43e06c3

Browse files
Nicolas Dewezwouterj
Nicolas Dewez
authored andcommitted
Fix typo Esi in part create framework
1 parent0134123 commit43e06c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎create_framework/http-kernel-httpkernelinterface.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ sub-requests to convert them to their proper content::
153153
$framework = new HttpKernel\HttpCache\HttpCache(
154154
$framework,
155155
new HttpKernel\HttpCache\Store(__DIR__.'/../cache'),
156-
new HttpKernel\HttpCache\ESI()
156+
new HttpKernel\HttpCache\Esi()
157157
);
158158

159159
..note::
@@ -166,7 +166,7 @@ When using complex HTTP caching strategies and/or many ESI include tags, it
166166
can be hard to understand why and when a resource should be cached or not. To
167167
ease debugging, you can enable the debug mode::
168168

169-
$framework = new HttpCache($framework, new Store(__DIR__.'/../cache'), newESI(), array('debug' => true));
169+
$framework = new HttpCache($framework, new Store(__DIR__.'/../cache'), newEsi(), array('debug' => true));
170170

171171
The debug mode adds a ``X-Symfony-Cache`` header to each response that
172172
describes what the cache layer did:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp