@@ -24,15 +24,15 @@ expired, it will be deleted and refreshed before being sent to the
2424browser.
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
2929Enabling Caching
3030================
3131
3232To enable caching, put the following tag in any of your controller
3333methods::
3434
35- $this->cachePage($n);
35+ $this->cachePage($n);
3636
3737Where ``$n `` is the number of **seconds ** you wish the page to remain
3838cached between refreshes.
@@ -42,10 +42,10 @@ the order that it appears, so place it wherever it seems most logical to
4242you. 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
5050Deleting Caches
5151===============
@@ -54,4 +54,4 @@ If you no longer wish to cache a file you can remove the caching tag and
5454it 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