# File lib/Borges/Utilities/LRUCache.rb, line 46
def
fetch
(
key
)
return
self
[
key
]
end