Skip to content

Commit

Permalink
Expand docs for cache clear_group command.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Aug 6, 2023
1 parent 3ae40a5 commit f3f9e07
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions en/appendices/4-5-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ Console
- ``ConsoleOptionParser`` now treats all input after a ``--`` as positional
arguments. This allows console commands to accept positional arguments that
begin with a ``-`` such as date values like ``-1 day``.
- ``bin/cake cache clear_group <name>`` was added. This command gives a CLI
interface to clearing a specific cache group. See :ref:`cache-groups` for how
to use cache groups.

Controller
----------
Expand Down
3 changes: 3 additions & 0 deletions en/core-libraries/caching.rst
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,9 @@ A perfect example of this are the results from
results using the ``cache()`` method. See the :ref:`caching-query-results` section
for more information.


.. _cache-groups:

Using Groups
============

Expand Down

0 comments on commit f3f9e07

Please sign in to comment.