You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refs https://github.com/isaacs/node-lru-cache/blob/main/CHANGELOG.md#v7---2022-02
- the `.reset` method became `.clear` in `lru-cache` v7 but the old
method was maintained for backward compatibility and given a
deprecation warning
- without this change, changing user in `node-mysql2` gives the
following warning: `(node:27579) [LRU_CACHE_METHOD_reset] DeprecationWarning: The reset method is deprecated. Please use cache.clear() instead.`
0 commit comments