@@ -21,8 +21,8 @@ How Does Caching Work?
2121
2222Caching can be enabled on a per-page basis, and you can set the length
2323of 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
2626will be retrieved and sent to the requesting user's browser. If it has
2727expired, it will be deleted and refreshed before being sent to the
2828browser.
@@ -73,12 +73,12 @@ the order that it appears, so place it wherever it seems most logical to
7373you. 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
7878Deleting 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
8282it 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