Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (16 loc) · 672 Bytes

command_line.rst

File metadata and controls

30 lines (16 loc) · 672 Bytes
.. index::
    single: Command Lines

Command Line Tools

  • Flush cache elements matching the key block_id = 5:
bin/console sonata:cache:flush --keys='{"block_id":5}'
  • Flush cache elements from Varnish and Memcached matching the key block_id = 5:
bin/console sonata:cache:flush --keys='{"block_id":5}' --cache=sonata.page.cache.esi --cache=sonata.cache.memcached
  • Flush all cache elements:
bin/console sonata:cache:flush-all
  • Flush all cache elements from Varnish:
bin/console sonata:cache:flush-all --cache=sonata.page.cache.esi