Passing kwargs into a function decorated by lru_cache throws an error: ``` @lru_cache(500) def some_function(stuff, **kwargs): # do stuff ``` throws an error