Class CachingTemplateEngine<T>

    • Field Detail

      • extension

        protected String extension
    • Constructor Detail

      • CachingTemplateEngine

        protected CachingTemplateEngine​(Vertx vertx,
                                        String ext)
    • Method Detail

      • adjustLocation

        protected String adjustLocation​(String location)
      • clearCache

        public void clearCache()
        Description copied from interface: TemplateEngine
        Clears any internal caches used by this engine. For most engines this means clearing the vert.x cache, implementations that do not use vert.x as a cache should clear their own cache.
        Specified by:
        clearCache in interface TemplateEngine