# File lib/ramaze/cache/redis.rb, line 127
      def cache_delete(*keys)
        @client.del(*keys.map{|key| namespaced_key(key) })
      end