Actually there is Phalcon\Cache\Backend\Libmemcached but it's only available from version 1.3.0. You can use 1.3.1 by building the extension manually:
git clone https://github.com/phalcon/cphalcon.git
cd cphalcon
git checkout 1.3.1
cd build
sudo ./install
don't forget to update your devtools too.