We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5d4b2 commit d622053Copy full SHA for d622053
user_guide_src/source/outgoing/view_renderer.rst
@@ -98,8 +98,7 @@ View Renderer Options
98
Several options can be passed to the ``render()`` or ``renderString()`` methods:
99
100
- ``cache`` - the time in seconds, to save a view's results; ignored for renderString()
101
-- ``cache_name`` - the ID used to save/retrieve a cached view result; defaults to the viewpath;
102
- ignored for renderString()
+- ``cache_name`` - the ID used to save/retrieve a cached view result; defaults to the viewpath; ignored for ``renderString()``
103
- ``saveData`` - true if the view data parameters should be retained for subsequent calls
104
105
.. note:: ``saveData`` as defined by the interface must be a boolean, but implementing
0 commit comments