Skip to content

Commit 1fe3de0

Browse files
committed
add note to be 777 chmod on file based caching
1 parent b8f7cfd commit 1fe3de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ File-based Caching
212212
Unlike caching from the Output Class, the driver file-based caching
213213
allows for pieces of view files to be cached. Use this with care, and
214214
make sure to benchmark your application, as a point can come where disk
215-
I/O will negate positive gains by caching.
215+
I/O will negate positive gains by caching. This require a writable cache directory to be really writable (0777).
216216

217217
=================
218218
Memcached Caching

0 commit comments

Comments
 (0)