Memcached server configuration

Memcached Tool provides the programer with an interface to a memcached server. This interface is similar to a dictionnary. The server to connet to can be configured below. Programer can get an interface in his scripts using :

portal_memcached.getMemcachedDict(key_prefix=something)

something : Must be a string uniquely identifying the usage of memcached, similar to CachingMethod's id parameter. This allows multiple memcached users to share the same connection to the same memcached server without overwriting other's values.

">