memcache is client-server technology that allows caching data in the memory of a server.
It is often used to provide access to cached data shared by cluster of Web servers.
PHP provides an extension to access memcache servers. This class can be used as alternative to access memcache servers in environments on which the PHP memcache extension is not available.