<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Products.MemcachedManager</name>
<shortdesc>Memcache cache manager for Zope</shortdesc>
<description>Introduction
============

MemcachedManager is a cache similar to RAMCacheManager, using memcached for 
storage.

Dependencies
============

`memcached`_

    This needs to be set up on a server Zope can connect to. You provide the
    IP address in the MemcachedManager settings screen.


`pylibmc`_

    Install this in site packages (the regular "setup.py install" or easy_install)
    to enable python to talk to memcached. A note of caution: while pylibmc is faster
    it has seen less testing.

or...

`python-memcached`_
  
    Install this in site packages (the regular ``setup.py install``) to enable
    python to talk to memcached.


Credits
=======

Thanks to Mike Solomon &lt;mas63@cornell.edu&gt; for key validation

.. _memcached: http://www.danga.com/memcached/
.. _pylibmc: http://pypi.python.org/pypi/pylibmc
.. _python-memcached: ftp://ftp.tummy.com/pub/python-memcached/


Changelog
=========

1.0rc2 - March 25, 2009
-----------------------

* Remove cmemcache support
  Add pylibmc support
  Optimized cache lookup code
  [tesdal]

1.0rc1 - Janunary 13, 2009
--------------------------

* Get rid of the entry list. For invalidation we bump
  a counter instead.
  [tesdal]

* Use pickle protocol 2.
  [tesdal]


1.0b2 - August 25, 2008
-----------------------

* Mirror invalidation support
  [tesdal]


1.0b1 - June 5, 2008
--------------------

* Repackage MemcachedManager as an egg.
  [wichert]

* Remove old style test setup and update it to current conventions.
  [wichert]</description>
<maintainer><foaf:Person><foaf:name>Sidnei da Silva</foaf:name>
<foaf:mbox_sha1sum>7a7fecc394759b12e477801b9a3b3df2747d421c</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.0rc2</revision></Version></release>
</Project></rdf:RDF>