Merge pull request #5025 from patricknelson/patch-1

Update 01_Caching.md
This commit is contained in:
Damian Mooyman 2016-02-11 09:34:08 +13:00
commit 9d9eb4d2dc

View File

@ -125,7 +125,7 @@ To use this backend, you need a memcached daemon and the memcache PECL extension
'timeout' => 5,
'retry_interval' => 15,
'status' => true,
'failure_callback' => ''
'failure_callback' => null
)
)
);