# File lib/memcache.rb, line 1122
    def initialize(val, srv)
      @value = val
      @server = srv
    end