Innovation Award
 August 2007
Number 7 |
Memcache is an application that stores arbitrary data in the memory of a server.
Data stored in a memcache server can be accessed very quickly. Memcache is often used to store user session data of Web applications handled by a cluster of servers.
This class makes it easy to access data store in a memcache server as if it was a regular PHP array.
Manuel Lemos |
This class can be used to access values stored in a memcache server as if it was a PHP array.
It uses the Standard Template Library (SPL) to extend the ArrayAccess class.
The class provides functions for setting, getting, checking the values of entries stored in a given memcache server.
| 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.