Closed mistermoe closed 2 years ago
the lru-cache lib has deprecated the reset method in favor of clear. Using reset produces the following warning:
reset
clear
[LRU_CACHE_METHOD_reset] DeprecationWarning: The reset method is deprecated. Please use cache.clear() instead.
@fergiemcdowall got one more for ya.
Nice fix @mistermoe - thanks👍🙂
Will publish to npm ASAP
the lru-cache lib has deprecated the
reset
method in favor ofclear
. Usingreset
produces the following warning: