# File lib/Borges/Utilities/LRUCache.rb, line 23 def store(object) key = next_key self[key] = object return key end