It would be very handy to have an exclude parameters from the cache hash compute: ``` @cache(exclude=["session"]) def some_function(session, real_arg): ``` and avoid errors `AttributeError: Can't pickle local object`