# File lib/termtter/memory_cache.rb, line 34 def initialize(dummy_server) super(Hash.new) @keys = [] @limit = 10000 end