On https://github.com/awolverp/cachebox?tab=readme-ov-file#lrucache-%EF%B8%8F-class There is a typo with second popitem() call: `print(cache.popitem()) # (3, 6)` It returns (2, 4) not (3, 6)
On https://github.com/awolverp/cachebox?tab=readme-ov-file#lrucache-%EF%B8%8F-class
There is a typo with second popitem() call:
print(cache.popitem()) # (3, 6)It returns (2, 4) not (3, 6)