Skip to content

Commit 5f5a5be

Browse files
committed
docs: fix descriptions
1 parent a98b6f0 commit 5f5a5be

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

user_guide_src/source/general/caching.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ How Does Caching Work?
2121

2222
Caching can be enabled on a per-page basis, and you can set the length
2323
of time that a page should remain cached before being refreshed. When a
24-
page is loaded for the first time, the file will be cached using the
25-
currently configured cache engine. On subsequent page loads, the cache file
24+
page is loaded for the first time, the page will be cached using the
25+
currently configured cache engine. On subsequent page loads, the cache
2626
will be retrieved and sent to the requesting user's browser. If it has
2727
expired, it will be deleted and refreshed before being sent to the
2828
browser.
@@ -73,12 +73,12 @@ the order that it appears, so place it wherever it seems most logical to
7373
you. Once the tag is in place, your pages will begin being cached.
7474

7575
.. important:: If you change configuration options that might affect
76-
your output, you have to manually delete your cache files.
76+
your output, you have to manually delete your cache.
7777

7878
Deleting Caches
7979
===============
8080

81-
If you no longer wish to cache a file you can remove the caching tag and
81+
If you no longer wish to cache a page you can remove the caching tag and
8282
it will no longer be refreshed when it expires.
8383

8484
.. note:: Removing the tag will not delete the cache immediately. It will

0 commit comments

Comments
 (0)