Skip to content

Commit 723af86

Browse files
authored
docs: Fix sentence in File-based Caching in libraries/caching.rst
Fix sentence in File-based Caching in libraries/caching.rst
1 parent 13702a4 commit 723af86

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,8 +280,7 @@ Drivers
280280
File-based Caching
281281
==================
282282

283-
Unlike caching from the Output Class, the file-based caching
284-
allows for pieces of view files to be cached. Use this with care, and
283+
File-based caching allows for pieces of view files to be cached. Use this with care, and
285284
make sure to benchmark your application, as a point can come where disk
286285
I/O will negate positive gains by caching. This requires a cache
287286
directory to be really writable by the application.

0 commit comments

Comments
 (0)