mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Add doc about the new serialize setting
This commit is contained in:
parent
7c83f7140f
commit
d099c5ad7e
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue