# File lib/ramaze/cache/redis.rb, line 163
      def namespaced_key(key)
        [options[:namespace], key].join(':')
      end