Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 877 Bytes

File metadata and controls

11 lines (8 loc) · 877 Bytes

!!! caution "Clear the persistence cache"

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.

To clear the persistence cache, run `php bin/console cache:pool:clear <cache-pool>` command.
The default cache pool is named `cache.tagaware.filesystem`.
The default cache pool when running Redis or Valkey is named `cache.redis`.
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.

In prod mode, you also need to clear the symfony cache by running `./bin/console c:c`.
In dev mode, the Symfony cache is rebuilt automatically.