# File lib/memcache.rb, line 301
  def locked?(key)
    get(lock_key(key), :raw => true)
  end