# File src/LRUCache.rb, line 22
                def include?(key)
                        @cache.include?(key)
                end