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