- Add
BackendWrap
to streamline making simpleBackend
s that only need to override a few methods. - Short circuit
getMultiple
for empty keys to avoid unnecessary work. - Add
Memcached
backend for use with the PECL Memcached extension. - Add
deleteMultiple
to simplify deleting many keys.