Metadata-Version: 1.0
Name: o2w_cache_invalidator
Version: 0.0.1
Summary: Invalidades varnish cache and memcached
Home-page: http://www.o2w.es/
Author: José Sánchez Moreno
Author-email: jose@o2w.es
License: LICENSE.txt
Description: ===========
        cache invalidator
        ===========
        
        Invalidates caches when a change occurs in any model.
        
        INSTALLED_APPS += (
            'o2w.cache_invalidador',
        )
        O2W_CACHE_INVALIDATOR = {
            "memcached": True,
            "varnish": "url to varnish",
            "domain": "domain (normally same as above)",
        }
        
Platform: UNKNOWN
