Metadata-Version: 1.0
Name: iw.cache
Version: 0.1
Summary: code-level helpers for caching
Home-page: UNKNOWN
Author: Ingeniweb
Author-email: support@ingeniweb.com
License: GPL
Description: =============
        cache package
        =============
        
        .. contents::
        
        What is cache ?
        ===============
        
        The `cache` package provides a unique interface for all code-level cache
        technologies that are availaible with a Plone site.
        
        At this time, `cache` links `plone.memoize` and `lovely.memcached` together
        to provide a decorator and a few methods for developers to use memcached.
        
        How to use cache ?
        ==================
        
        - see doctests/memcache.txt
        
        
        
        
Keywords: cache
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
