Closed dengribar closed 10 months ago
On attempt to add an element bigger than maxsize, regardless of the fact that the element isn't actually added to the cache, size of that element is added to this._size, blocking addition of any new elements to the cache
maxsize
this._size
This looks great & thanks for the effort! 👍
On attempt to add an element bigger than
maxsize
, regardless of the fact that the element isn't actually added to the cache, size of that element is added tothis._size
, blocking addition of any new elements to the cache