mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
caching docs: replace generating with reading
Caching is implemented only for the reading step. `generating` might confuse people as everything is still written.
This commit is contained in:
parent
273a6fa4a2
commit
b55415bef4
1 changed files with 6 additions and 6 deletions
|
|
@ -174,7 +174,7 @@ Setting name (default value)
|
|||
from. Can be set to 'title' to use the 'Title:' metadata tag or
|
||||
'basename' to use the articles basename when creating the slug.
|
||||
`CACHE_CONTENT` (``True``) If ``True``, save read content in a cache file.
|
||||
See :ref:`generating_only_modified_content` for details about caching.
|
||||
See :ref:`reading_only_modified_content` for details about caching.
|
||||
`CACHE_DIRECTORY` (``cache``) Directory in which to store cache files.
|
||||
`CHECK_MODIFIED_METHOD` (``mtime``) Controls how files are checked for modifications.
|
||||
`LOAD_CONTENT_CACHE` (``True``) If ``True``, load unmodified content from cache.
|
||||
|
|
@ -718,13 +718,13 @@ be filtered out.
|
|||
|
||||
For example: ``[(logging.WARN, 'TAG_SAVE_AS is set to False')]``
|
||||
|
||||
.. _generating_only_modified_content:
|
||||
.. _reading_only_modified_content:
|
||||
|
||||
Generating only modified content
|
||||
================================
|
||||
Reading only modified content
|
||||
=============================
|
||||
|
||||
To speed up the build process, pelican can optionally generate only
|
||||
pages with changed content.
|
||||
To speed up the build process, pelican can optionally read only articles
|
||||
and pages with modified content.
|
||||
|
||||
When Pelican is about to read some content source file:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue