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
I would like to propose adding a new objectFreeze option to the LRUCache configuration, allowing cached objects to be frozen using Object.freeze. This would help prevent accidental mutations of cached data, increasing code safety, especially in scenarios where immutability is crucial.
I would like to propose adding a new objectFreeze option to the LRUCache configuration, allowing cached objects to be frozen using Object.freeze. This would help prevent accidental mutations of cached data, increasing code safety, especially in scenarios where immutability is crucial.
The text was updated successfully, but these errors were encountered: