File tree Expand file tree Collapse file tree
user_guide_src/source/libraries Expand file tree Collapse file tree Original file line number Diff line number Diff 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
280280File-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
284284allows for pieces of view files to be cached. Use this with care, and
285285make sure to benchmark your application, as a point can come where disk
286286I/O will negate positive gains by caching. This requires a cache
You can’t perform that action at this time.
0 commit comments