Skip to content

Commit 42b7c05

Browse files
authored
Merge pull request #4039 from kenjis/fix-general-indent
docs: fix general indentation
2 parents e5721a4 + 4a25eac commit 42b7c05

File tree

6 files changed

+232
-232
lines changed

6 files changed

+232
-232
lines changed

user_guide_src/source/general/caching.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ expired, it will be deleted and refreshed before being sent to the
2424
browser.
2525

2626
.. note:: The Benchmark tag is not cached so you can still view your page
27-
load speed when caching is enabled.
27+
load speed when caching is enabled.
2828

2929
Enabling Caching
3030
================
3131

3232
To enable caching, put the following tag in any of your controller
3333
methods::
3434

35-
$this->cachePage($n);
35+
$this->cachePage($n);
3636

3737
Where ``$n`` is the number of **seconds** you wish the page to remain
3838
cached between refreshes.
@@ -42,10 +42,10 @@ the order that it appears, so place it wherever it seems most logical to
4242
you. Once the tag is in place, your pages will begin being cached.
4343

4444
.. important:: If you change configuration options that might affect
45-
your output, you have to manually delete your cache files.
45+
your output, you have to manually delete your cache files.
4646

4747
.. note:: Before the cache files can be written you must set the cache
48-
engine up by editing **app/Config/Cache.php**.
48+
engine up by editing **app/Config/Cache.php**.
4949

5050
Deleting Caches
5151
===============
@@ -54,4 +54,4 @@ If you no longer wish to cache a file you can remove the caching tag and
5454
it will no longer be refreshed when it expires.
5555

5656
.. note:: Removing the tag will not delete the cache immediately. It will
57-
have to expire normally.
57+
have to expire normally.

0 commit comments

Comments
 (0)