Skip to content

Commit e9709a2

Browse files
committed
docs: remove unnecessary section title marks
1 parent 494d7f6 commit e9709a2

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
=====================
2726
Configuring the Cache
2827
=====================
2928

@@ -242,7 +241,6 @@ Class Reference
242241
Drivers
243242
*******
244243

245-
==================
246244
File-based Caching
247245
==================
248246

@@ -252,7 +250,6 @@ make sure to benchmark your application, as a point can come where disk
252250
I/O will negate positive gains by caching. This requires a cache
253251
directory to be really writable by the application.
254252

255-
=================
256253
Memcached Caching
257254
=================
258255

@@ -263,7 +260,6 @@ Memcached servers can be specified in the cache configuration file. Available op
263260
For more information on Memcached, please see
264261
`https://www.php.net/memcached <https://www.php.net/memcached>`_.
265262

266-
================
267263
WinCache Caching
268264
================
269265

@@ -272,7 +268,6 @@ Under Windows, you can also utilize the WinCache driver.
272268
For more information on WinCache, please see
273269
`https://www.php.net/wincache <https://www.php.net/wincache>`_.
274270

275-
=============
276271
Redis Caching
277272
=============
278273

@@ -286,7 +281,6 @@ Config options to connect to redis server stored in the cache configuration file
286281
For more information on Redis, please see
287282
`https://redis.io <https://redis.io>`_.
288283

289-
==============
290284
Predis Caching
291285
==============
292286

@@ -298,7 +292,6 @@ To use it, from the command line inside your project root::
298292
For more information on Redis, please see
299293
`https://github.com/nrk/predis <https://github.com/nrk/predis>`_.
300294

301-
===========
302295
Dummy Cache
303296
===========
304297

0 commit comments

Comments
 (0)