We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa3562 commit 33edee1Copy full SHA for 33edee1
user_guide_src/source/libraries/caching.rst
@@ -275,10 +275,10 @@ Drivers
275
File-based Caching
276
==================
277
278
-File-based caching allows for pieces of view files to be cached. Use this with care, and
279
-make sure to benchmark your application, as a point can come where disk
280
-I/O will negate positive gains by caching. This requires a cache
281
-directory to be really writable by the application.
+This requires a cache directory to be really writable by the application.
+
+Use this with care, and make sure to benchmark your application, as a point can
+come where disk I/O will negate positive gains by caching.
282
283
Memcached Caching
284
=================
0 commit comments