# File lib/memcache/local_server.rb, line 57
    def delete(key)
      @data.delete(cache_key(key)) && true
    end