Uses of Interface
io.pebbletemplates.pebble.cache.PebbleCache
Packages that use PebbleCache
Package
Description
-
Uses of PebbleCache in io.pebbletemplates.pebble
Methods in io.pebbletemplates.pebble that return PebbleCacheModifier and TypeMethodDescriptionPebbleEngine.getTagCache()Returns the tag cachePebbleEngine.getTemplateCache()Returns the template cacheMethods in io.pebbletemplates.pebble with parameters of type PebbleCacheModifier and TypeMethodDescriptionPebbleEngine.Builder.tagCache(PebbleCache<CacheKey, Object> tagCache) Sets the cache used by the "cache" tag.PebbleEngine.Builder.templateCache(PebbleCache<Object, PebbleTemplate> templateCache) Sets the cache used by the engine to store compiled PebbleTemplate instances. -
Uses of PebbleCache in io.pebbletemplates.pebble.cache.tag
Classes in io.pebbletemplates.pebble.cache.tag that implement PebbleCacheModifier and TypeClassDescriptionclassclassclass -
Uses of PebbleCache in io.pebbletemplates.pebble.cache.template
Classes in io.pebbletemplates.pebble.cache.template that implement PebbleCacheModifier and TypeClassDescriptionclassclassclass -
Uses of PebbleCache in io.pebbletemplates.pebble.template
Methods in io.pebbletemplates.pebble.template that return PebbleCacheModifier and TypeMethodDescriptionEvaluationContextImpl.getTagCache()Returns the cache used for the "cache" tagConstructors in io.pebbletemplates.pebble.template with parameters of type PebbleCacheModifierConstructorDescriptionEvaluationContextImpl(PebbleTemplateImpl self, boolean strictVariables, Locale locale, int maxRenderedSize, ExtensionRegistry extensionRegistry, PebbleCache<CacheKey, Object> tagCache, ExecutorService executorService, List<PebbleTemplateImpl> importedTemplates, Map<String, PebbleTemplateImpl> namedImportedTemplates, ScopeChain scopeChain, Hierarchy hierarchy, EvaluationOptions evaluationOptions) Constructor used to provide all final variables.