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