Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LRUCache tweak - make mutex mutable, allowing const functions
- Note: this is common practice, mutexes alone don't change state of the object on lock
- Loading branch information