Skip to content

Commit 99baa73

Browse files
authored
docs: Change some decorations libraries/caching.rst
Change some decorations libraries/caching.rst
1 parent 60ac03a commit 99baa73

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

user_guide_src/source/libraries/caching.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ $handler
3636
========
3737

3838
The is the name of the handler that should be used as the primary handler when starting up the engine.
39-
Available names are: dummy, file, memcached, redis, predis, wincache.
39+
Available names are: dummy, file, memcached, redis, predis, wincache. This is commonly the **File** handler
40+
since the file system is always available, but may not fit more complex, multi-server setups.
4041

4142
$backupHandler
4243
==============
4344

4445
In the case that the first choice ``$handler`` is not available, this is the next cache handler to load.
45-
This is commonly the ``File`` handler since the file system is always available, but may not fit
46-
more complex, multi-server setups.
46+
The default backup handler is **dummy**.
4747

4848
$prefix
4949
=======
@@ -62,17 +62,17 @@ to projects and modules. This will replace the hard-coded value in a future rele
6262
$file
6363
=====
6464

65-
This is an array of settings specific to the ``File`` handler to determine how it should save the cache files.
65+
This is an array of settings specific to the **File** handler to determine how it should save the cache files.
6666

6767
$memcached
6868
==========
6969

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

7272
$redis
7373
======
7474

75-
The settings for the Redis server that you wish to use when using the ``Redis`` and ``Predis`` handler.
75+
The settings for the Redis server that you wish to use when using the **Redis** and **Predis** handler.
7676

7777
******************
7878
Command-Line Tools

0 commit comments

Comments
 (0)