Metadata-Version: 1.0
Name: infrae.cache
Version: 1.0.1
Summary: Infrae cache utilities
Home-page: http://hg.infrae.com/infrae.cache
Author: Infrae
Author-email: info@infrae.com
License: ZPL
Description: ============
        infrae.cache
        ============
        
        This packages includes several utilities to work with caching.
        
        It provides the following beaker backend extension:
        
        - nocache: as it name says, do not cache (for testing),
        
        - memorylru: a memory backend that use the LRU stategies, that is close to
          the strategy memcache use.
        
        
        
        CHANGES
        =======
        
        1.0.1 (2010-10-06)
        ------------------
        
        * Fix no cache implementation.
        
        1.0 (2010-10-06)
        ----------------
        
        * Initial release.
        
        
Keywords: zope2 resourceinclude z3c
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
