Skip to content

Commit a8ce9b9

Browse files
mnocondabrt
andauthored
Apply suggestions from code review
Co-authored-by: Tomasz Dąbrowski <64841871+dabrt@users.noreply.github.com>
1 parent 962c55e commit a8ce9b9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/infrastructure_and_maintenance/cache/persistence_cache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ For more info on usage, see [Symfony Cache's documentation]([[= symfony_doc =]]/
280280

281281
!!! caution "Always clear the persistence with `cache:pool:clear` command"
282282

283-
Running `php bin/console cache:clear` doesn't clear the persistence cache, even when using a filesystem-based cache pool.
283+
Running `php bin/console cache:clear` doesn't clear the persistence cache, even when you use a filesystem-based cache pool.
284284

285285
You must always clear the persistence cache by running:
286286

docs/snippets/page_block_cache_clear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Persistence cache must be cleared after any modifications have been made to the block config in Page Builder, such as adding, removing or altering the page blocks, block attributes, validators or views configuration.
44

5-
To clear the persistence cache run `php bin/console cache:pool:clear [cache-pool]` command.
5+
To clear the persistence cache, run `php bin/console cache:pool:clear [cache-pool]` command.
66
The default cache pool is named `cache.tagaware.filesystem`.
77
The default cache pool when running Redis or Valkey is named `cache.redis`.
88
If you have customized the [persistence cache configuration](https://doc.ibexa.co/en/latest/infrastructure_and_maintenance/cache/persistence_cache/#what-is-cached), the name of your cache pool might be different.

0 commit comments

Comments
 (0)