Uses of Class
com.github.mustachejava.FragmentKey
-
Packages that use FragmentKey Package Description com.github.mustachejava -
-
Uses of FragmentKey in com.github.mustachejava
Fields in com.github.mustachejava with type parameters of type FragmentKey Modifier and Type Field Description protected java.util.concurrent.ConcurrentHashMap<FragmentKey,Mustache>DefaultMustacheFactory. templateCacheNew templates that are generated at runtime are cached here.Methods in com.github.mustachejava that return types with arguments of type FragmentKey Modifier and Type Method Description protected java.util.concurrent.ConcurrentHashMap<FragmentKey,Mustache>DefaultMustacheFactory. createLambdaCache()protected java.util.function.Function<FragmentKey,Mustache>DefaultMustacheFactory. getFragmentCacheFunction()Methods in com.github.mustachejava with parameters of type FragmentKey Modifier and Type Method Description MustacheDefaultMustacheFactory. getFragment(FragmentKey templateKey)
-