Metadata-Version: 1.0
Name: lovely.memcached
Version: 0.2.2
Summary: A memcached client utiltiy for zope 3
Home-page: http://github.com/lovelysystems/lovely.memcached
Author: Lovely Systems
Author-email: office@lovelysystems.com
License: ZPL 2.1
Description-Content-Type: UNKNOWN
Description: ================
        lovely.memcached
        ================
        This package provides a zope3 utility that abstracts a client for
        memcached servers see: http://www.danga.com/memcached.
        
        
        .. contents::
        
        Changes
        =======
        
        2013/05/14 0.2.2
        ----------------
        
        - project structure update to run setup.py from buildout
        
        
        2012/10/08 0.2.1
        ----------------
        
        - fixed manifest for propper release
        
        12-11-2009 0.2.0
        ----------------
        
        - moved project to github http://github.com/lovelysystems/lovely.memcached
        
        - Use zope.intid, zope.keyreference, zope.site, zope component instead
          of zope.app.intid, zope.app.keyreference, zope.app.component
        
        - Make testing.README sleep a tad longer so the buildbot is happy.
          added find-links to buildout
        
        
        2008/04/27  0.1.4
        -----------------
        
        - tagging current trunk (unchanged since 8 month) as 0.1.4
        
        
        2007/08/13 0.1.3
        ----------------
        
        - optimized handling for invalidations
        
        - raise a ValueError if the cache data in raw mode is not str.
        
        - added more tests for dependencies
        
        
        2007/07/03 0.1.2
        ----------------
        
        - refactor the storage implementation to prevent side effects when a
          utility gets reloaded from zodb
        
        - use a specific client uid for key tracking
        
        - more logging
        
        2007/06/19 0.1.1
        ----------------
        
        - added hits and misses counter for the testing client
        
        
        2007/06/04 0.1.0
        ----------------
        
        - Bugfix:  Invalidate raw and none raw keys in invalidation event
          handler
        
        - Added convenient function to invalidate caches depending on an
          instance.
        
        - Added an event handler for invalidation events.
        
        - Added a memcache client implementation for testing, this client
          doesn't need a running memcached instance.
        
Keywords: zope3 zope memcached cache ram
Platform: UNKNOWN
