Skip to content

Commit 13702a4

Browse files
authored
docs: Fix typos in libraries/caching.rst
Fix typos in libraries/caching.rst
1 parent 8b0c99b commit 13702a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ This is an array of settings specific to the ``File`` handler to determine how
6767
$memcached
6868
==========
6969

70-
This is an array of servers that will be used when using the ``Memcache(d)`` handler.
70+
This is an array of servers that will be used when using the ``Memcached`` handler.
7171

7272
$redis
7373
======
@@ -155,7 +155,7 @@ Class Reference
155155

156156
.. literalinclude:: caching/004.php
157157

158-
.. note:: The ``$raw`` parameter is only utilized by Memcache,
158+
.. note:: The ``$raw`` parameter is only utilized by Memcached,
159159
in order to allow usage of ``increment()`` and ``decrement()``.
160160

161161
.. php:method:: delete($key): bool
@@ -280,7 +280,7 @@ Drivers
280280
File-based Caching
281281
==================
282282

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

0 commit comments

Comments
 (0)