Add doc about the new serialize setting

This commit is contained in:
Kamisama 2013-09-19 18:56:33 -04:00
parent 7c83f7140f
commit d099c5ad7e

View file

@ -42,6 +42,9 @@ class MemcachedEngine extends CacheEngine {
* - compress = boolean, default => false * - compress = boolean, default => false
* - persistent = string The name of the persistent connection. All configurations using * - persistent = string The name of the persistent connection. All configurations using
* the same persistent value will share a single underlying connection. * the same persistent value will share a single underlying connection.
* - serialize = string, default => php. The serializer engine used to serialize data.
* Available engines are php, igbinary and json. Beside php, the memcached extension
* must be compiled with the appropriate serializer support.
* *
* @var array * @var array
*/ */