Skip to content

Commit 33edee1

Browse files
author
obozdag
authored
docs: Updated File-based Caching in libraries/caching.rst
Updated File-based Caching in libraries/caching.rst
1 parent 0fa3562 commit 33edee1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

user_guide_src/source/libraries/caching.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ Drivers
275275
File-based Caching
276276
==================
277277

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.
278+
This requires a cache directory to be really writable by the application.
279+
280+
Use this with care, and make sure to benchmark your application, as a point can
281+
come where disk I/O will negate positive gains by caching.
282282

283283
Memcached Caching
284284
=================

0 commit comments

Comments
 (0)