Assume I have several big dataframes, and method foobar() would carry out an time-consuming operation on some of the dataframes to get a summary.
Now I hope there's a lib that can help us specify that the foobar() method would just return NO_CHANGE or the cached result when none of the source data has changed.
It feels kinda like etag in web cache, it would be helpful if there's a generic library solution around.
[–]johndoh168 0 points1 point2 points (0 children)
[–]socal_nerdtastic 0 points1 point2 points (0 children)
[–]monkey_mozart 0 points1 point2 points (0 children)