Closes #117. This makes is_old_cache() more lenient, so that it doesn't check for a $reset() or $drop_key() method. It now only looks for the methods that are essential for memoise() to work. (The methods removed in this PR are only used in the forget() and drop_cache() functions.)
Closes #117. This makes
is_old_cache()
more lenient, so that it doesn't check for a$reset()
or$drop_key()
method. It now only looks for the methods that are essential formemoise()
to work. (The methods removed in this PR are only used in theforget()
anddrop_cache()
functions.)