Redefine iterator of LRU cache as constant.
Since we do not want iteration to allow altering the cache contents. Also, it is how it was being used until now.
Please register or sign in to comment
Since we do not want iteration to allow altering the cache contents. Also, it is how it was being used until now.