Browse Source

Add doc about the new serialize setting

Kamisama 12 years ago
parent
commit
d099c5ad7e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      lib/Cake/Cache/Engine/MemcachedEngine.php

+ 3 - 0
lib/Cake/Cache/Engine/MemcachedEngine.php

@@ -42,6 +42,9 @@ class MemcachedEngine extends CacheEngine {
  *  - compress = boolean, default => false
  *  - persistent = string The name of the persistent connection. All configurations using
  *    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
  */