# File lib/moneta/adapters/lruhash.rb, line 30 def load(key, options = {}) if entry = @entry[key] entry.insert_after(@list) entry.value end end