Skip to content

Commit

Permalink
[all lang] follows cakephp#3998
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Jun 1, 2016
1 parent 24f9363 commit 2a11ef3
Show file tree
Hide file tree
Showing 13 changed files with 93 additions and 0 deletions.
1 change: 1 addition & 0 deletions es/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ More Topics
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-and-shells/server-shell
console-and-shells/cache

.. meta::
:title lang=es: Shells, Tasks & Console Tools
Expand Down
11 changes: 11 additions & 0 deletions es/console-and-shells/cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Cache Shell
===========

.. note::
La documentación no es compatible actualmente con el idioma español en esta página.

Por favor, siéntase libre de enviarnos un pull request en
`Github <https://github.com/cakephp/docs>`_ o utilizar el botón **Improve this Doc** para proponer directamente los cambios.

Usted puede hacer referencia a la versión en Inglés en el menú de selección superior
para obtener información sobre el tema de esta página.
13 changes: 13 additions & 0 deletions fr/appendices/3-3-migration-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,16 @@ Debugging Functions
* Les fonctions ``pr()``, ``debug()`` et ``pj()`` retournent maintenant la
valeur résultante. Cela facilite leur utilisation quand des valeurs sont
retournées.

Cache Shell Ajouté
==================

Pour vous aider à mieux gérer les données mises en cache dans un environnement
CLI, une commande shell a été ajoutée qui montre les méthodes pour effacer
les données mises en cache::

// Efface une config mise en cache
bin/cake cache clear <configname>

// Efface toutes les configs mises en cache
bin/cake cache clear_all
1 change: 1 addition & 0 deletions fr/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1212,6 +1212,7 @@ Plus de sujets
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-and-shells/server-shell
console-and-shells/cache

.. meta::
:title lang=fr: Shells, Tasks & Outils de Console
Expand Down
15 changes: 15 additions & 0 deletions fr/console-and-shells/cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Shell Cache
===========

Pour vous aider à mieux gérer les données mises en cache dans un environnement
CLI, une commande shell a été ajoutée qui montre les méthodes pour effacer
les données mises en cache::

// Efface une config mise en cache
bin/cake cache clear <configname>

// Efface toutes les configs mises en cache
bin/cake cache clear_all

.. versionadded:: 3.3.0
The cache shell was added in 3.3.0
1 change: 1 addition & 0 deletions ja/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-and-shells/server-shell
console-and-shells/cache

.. meta::
:title lang=ja: Shells, Tasks & Console Tools
Expand Down
13 changes: 13 additions & 0 deletions ja/console-and-shells/cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Cache Shell
===========

.. note::
The documentation is not currently supported in Japanese language for this
page.

Please feel free to send us a pull request on
`Github <https://github.com/cakephp/docs>`_ or use the **Improve This Doc**
button to directly propose your changes.

You can referer to the english version in the select top menu to have
information about this page's topic.
1 change: 1 addition & 0 deletions pt/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ Mais tópicos
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-and-shells/server-shell
console-and-shells/cache

.. meta::
:title lang=pt: Console e Shells
Expand Down
13 changes: 13 additions & 0 deletions pt/console-and-shells/cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Cache Shell
===========

.. note::
A documentação não é atualmente suportada pela lingua portuguesa nesta
página.

Por favor, sinta-se a vontade para nos enviar um pull request no
`Github <https://github.com/cakephp/docs>`_ ou use o botão
**Improve This Doc** para propor suas mudanças diretamente.

Você pode referenciar-se à versão inglesa no menu de seleção superior
para obter informações sobre o tópico desta página.
1 change: 1 addition & 0 deletions tr/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -943,6 +943,7 @@ Diğer Konular
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-and-shells/server-shell
console-and-shells/cache

.. meta::
:title lang=tr: Konsol ve Kabuklar
Expand Down
9 changes: 9 additions & 0 deletions tr/console-and-shells/cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Cache Shell
===========

.. note::
Bu belge şu anda bu sayfa için Türkçe dilinde desteklenmemektedir.

Yapmak istediğiniz değişiklikleri göndermek için, Github üzerinden istek yollayın ya da bu sayfanın üzerinde bulunan "Improve This Doc" butonuna tıklamaktan lütfen çekinmeyin.

Bu sayfanın konusu hakkındaki İngilizce kaynağa erişmek için üst taraftaki seçim menüsünü kullanabilirsiniz.
1 change: 1 addition & 0 deletions zh/console-and-shells.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Shells, Tasks & Console Tools
console-and-shells/routes-shell
console-and-shells/upgrade-shell
console-and-shells/server-shell
console-and-shells/cache

.. meta::
:title lang=zh: Shells, Tasks & Console Tools
Expand Down
13 changes: 13 additions & 0 deletions zh/console-and-shells/cache.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Cache Shell
===========

.. note::
The documentation is not currently supported in Chinese language for this
page.

Please feel free to send us a pull request on
`Github <https://github.com/cakephp/docs>`_ or use the **Improve This Doc**
button to directly propose your changes.

You can referer to the english version in the select top menu to have
information about this page's topic.

0 comments on commit 2a11ef3

Please sign in to comment.