# File lib/mega/lru_cache.rb, line 70
def
[]
(
key
)
if
item
=
super
return
lru_touch
(
item
)
end
end