This class can be used to store and retrieve cached data from distributed cached servers.
It can connect to a memcache server from a list of servers to store and retrieve cached data.
The memcache server that it connects depends on identifier of the key use to access each cached data item. So, data items are cached in different servers to distribute the load.
The class can add, get, set, replace, delete, increment and decrement cached data items.
It can also invalidate all cached items in the whole list of memcache of servers. |