@@ -23,7 +23,6 @@ You can grab an instance of the cache engine directly through the Services class
2323
2424.. literalinclude :: caching/002.php
2525
26- =====================
2726Configuring the Cache
2827=====================
2928
@@ -242,7 +241,6 @@ Class Reference
242241Drivers
243242*******
244243
245- ==================
246244File-based Caching
247245==================
248246
@@ -252,7 +250,6 @@ make sure to benchmark your application, as a point can come where disk
252250I/O will negate positive gains by caching. This requires a cache
253251directory to be really writable by the application.
254252
255- =================
256253Memcached Caching
257254=================
258255
@@ -263,7 +260,6 @@ Memcached servers can be specified in the cache configuration file. Available op
263260For more information on Memcached, please see
264261`https://www.php.net/memcached <https://www.php.net/memcached >`_.
265262
266- ================
267263WinCache Caching
268264================
269265
@@ -272,7 +268,6 @@ Under Windows, you can also utilize the WinCache driver.
272268For more information on WinCache, please see
273269`https://www.php.net/wincache <https://www.php.net/wincache >`_.
274270
275- =============
276271Redis Caching
277272=============
278273
@@ -286,7 +281,6 @@ Config options to connect to redis server stored in the cache configuration file
286281For more information on Redis, please see
287282`https://redis.io <https://redis.io >`_.
288283
289- ==============
290284Predis Caching
291285==============
292286
@@ -298,7 +292,6 @@ To use it, from the command line inside your project root::
298292For more information on Redis, please see
299293`https://github.com/nrk/predis <https://github.com/nrk/predis >`_.
300294
301- ===========
302295Dummy Cache
303296===========
304297
0 commit comments