Innovation Award
 September 2007
Number 5 |
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.
Manuel Lemos |
This class implements a memcache client in pure PHP.
It connects to a given memcache server and implements commands to set and get cached keys with a given name.
The class also supports storing and retrieving compressed key values.
| There are not enough user ratings to display for this class. |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.