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

com.lyncode.jtwig.cache.JtwigTemplateCacheSystem Maven / Gradle / Ivy

The newest version!
package com.lyncode.jtwig.cache;

import com.lyncode.jtwig.content.api.Renderable;

import java.util.concurrent.Callable;

public interface JtwigTemplateCacheSystem {
    Renderable get(String key, Callable instanceProvider);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy