Metadata-Version: 1.0
Name: django-zonecache
Version: 0.2
Summary: Small library to add support for cache zones to Django cache
Home-page: https://github.com/ailabs/django-zone-cache/
Author: Michael van Tellingen
Author-email: m.vantellingen@auto-interactive.nl
License: MIT
Description: A thin layer for the django cache interface to specify cache zones.
        
        Django cache does not offer the functionality to purge a zone ('group') of
        cached objects. This module prefixes all keys for the items within one zone
        with a zone key. If the zone should be invalidated then the zone key
        is incremented.
        
        All actions take two cache lookups, one for the zone key and one for the
        actual value.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
