# File lib/memcache.rb, line 297
  def lock_key(key)
    "lock:#{key}"
  end