We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8f7cfd commit 1fe3de0Copy full SHA for 1fe3de0
1 file changed
user_guide_src/source/libraries/caching.rst
@@ -212,7 +212,7 @@ File-based Caching
212
Unlike caching from the Output Class, the driver file-based caching
213
allows for pieces of view files to be cached. Use this with care, and
214
make sure to benchmark your application, as a point can come where disk
215
-I/O will negate positive gains by caching.
+I/O will negate positive gains by caching. This require a writable cache directory to be really writable (0777).
216
217
=================
218
Memcached Caching
0 commit comments