def cache(): return cache_page(getattr(settings, 'CACHE_TIME', 0)) \ if getattr(settings, 'ENABLE_CACHE', False) else lambda x: x