# File lib/rufus/cloche.rb, line 264
    def path_for (type, key)

      nkey = Cloche.neutralize(key)

      subdir = (nkey[-2, 2] || nkey).gsub(/\./, 'Z')

      [ File.join(dir_for(type), subdir), "#{nkey}.json" ]
    end