All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.devocative.demeter.iservice.template.IStringTemplateService Maven / Gradle / Ivy

The newest version!
package org.devocative.demeter.iservice.template;

public interface IStringTemplateService {
	String CACHE_KEY = "DMT_STRING_TEMPLATE";

	IStringTemplate create(String template, TemplateEngineType templateEngineType);

	IStringTemplate create(String id, String template, TemplateEngineType engineType);

	void clearCacheFor(String id);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy