Uses of Class
com.github.mustachejava.FragmentKey
Packages that use FragmentKey
-
Uses of FragmentKey in com.github.mustachejava
Fields in com.github.mustachejava with type parameters of type FragmentKeyModifier and TypeFieldDescriptionprotected final 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 FragmentKeyModifier and TypeMethodDescriptionprotected ConcurrentHashMap<FragmentKey, Mustache> DefaultMustacheFactory.createLambdaCache()protected Function<FragmentKey, Mustache> DefaultMustacheFactory.getFragmentCacheFunction()Methods in com.github.mustachejava with parameters of type FragmentKey