Releases: wa0x6e/CakePHP-Memcached-Engine
Releases · wa0x6e/CakePHP-Memcached-Engine
Rename serializer and persistent_id setting
- The
serializer
setting was renamedserialize
, for compatibility with other cache engine. - The
persistent_id
setting was merged withpersistent
, which now takesfalse
when disabled, and an identifier string when enabled. Like previously, all connection with the same persistent name will belong to the same persistent connection pool.