def drop_cache(cls): if not getattr(settings, 'MEMCACHE_MECHANISM', False): return memcache = MemCache() memcache.clean()