Currently one functional test fails: test_invalidate_new_result_with_real_cache
To fix it I either need to remove caching of the function that retrieves results or change the dogpile caching key in some smart way so I can invalidate the function call with specific item in the new list argument.
It would be safer not to do anything too smart. Any suggestions?
Fixes #117
Currently one functional test fails:
test_invalidate_new_result_with_real_cacheTo fix it I either need to remove caching of the function that retrieves results or change the dogpile caching key in some smart way so I can invalidate the function call with specific item in the new list argument.
It would be safer not to do anything too smart. Any suggestions?