# File lib/asciidoctor/converter/template.rb, line 50
    def self.clear_caches
      @caches[:scans].clear if @caches[:scans]
      @caches[:templates].clear if @caches[:templates]
    end