MemcacheShim
Replicate the PHP Memcache class using the Memcached class
MemcacheShim is a backfill that provides compatability for code that requires the Memcache class, but is running on a server to a server that does not have it installed and _does_ have Memcached.
It exists because the dotdeb repos for PHP7 do not have php7.0-memcache, but they do have PHP7.0-memcached. In all cases, it is better to use php-memcache if it is available.
See the README.md for more information: https://sourceforge.net/p/memcacheshim/code/ci/master/tree/