Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 676945c

Browse files
Magento CICDMagento CICD
Magento CICD
authored and
Magento CICD
committed
Merge branch 'develop' of github.com:magento/devdocs into develop
2 parents 286149e + c4999f8 commit 676945c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

guides/v2.0/howdoi/php/php_clear-dirs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ When you're developing Magento components (modules, themes, and language package
3636
</tr>
3737
<tr>
3838
<td>var/page_cache</td>
39-
<td>Cached pages. (This directory is empty if you use a third-party caching accelerator like Varnish.)</td>
39+
<td>Cached pages from the full page cache mechanism. (This directory is empty if you use a third-party HTTP accelerator like Varnish.)</td>
4040
</tr>
4141
<tr>
4242
<td>var/cache</td>
43-
<td>All cacheable objects <em>except</em> the page cache. (This directory is empty if you use a third-party caching accelerator like Varnish.)</td>
43+
<td>All cacheable objects <em>except</em> the page cache. (This directory is empty if you use a third-party cache storage like Redis.)</td>
4444
</tr>
4545
<tr>
4646
<td>var/composer_home</td>

0 commit comments

Comments
 (0)