# File lib/termtter/memory_cache.rb, line 12
    def method_missing(method, *args, &block)
      storage.__send__(method, *args, &block)
    end