# File lib/memcache.rb, line 495 def make_cache_key(key) if namespace.nil? then key else "#{@namespace}:#{key}" end end