![JAR search and dependency download from the Maven repository](/logo.png)
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