# File lib/memcache/local_server.rb, line 3
    def initialize
      @data = {}
      @expiry = {}
    end