# File lib/ramaze/cache/sequel.rb, line 77
      def namespaced(key)
        [@namespace, key].join(':')
      end