76
76
return key in self._cache
78
78
def __getitem__(self, key):
80
81
# Inlined from _record_access to decrease the overhead of __getitem__
81
82
# We also have more knowledge about structure if __getitem__ is
82
83
# succeeding, then we know that self._most_recently_used must not be