def dispatch(self, *args, **kwargs): return cache_page(self.get_cache_timeout())( super(CacheMixin, self).dispatch)(*args, **kwargs)