Uses of Class
io.pebbletemplates.pebble.cache.CacheKey
Packages that use CacheKey
Package
Description
-
Uses of CacheKey in io.pebbletemplates.pebble
Fields in io.pebbletemplates.pebble with type parameters of type CacheKeyModifier and TypeFieldDescriptionprivate PebbleCache
<CacheKey, Object> PebbleEngine.Builder.tagCache
private final PebbleCache
<CacheKey, Object> PebbleEngine.tagCache
Methods in io.pebbletemplates.pebble that return types with arguments of type CacheKeyMethod parameters in io.pebbletemplates.pebble with type arguments of type CacheKeyModifier and TypeMethodDescriptionPebbleEngine.Builder.tagCache
(PebbleCache<CacheKey, Object> tagCache) Sets the cache used by the "cache" tag.Constructor parameters in io.pebbletemplates.pebble with type arguments of type CacheKeyModifierConstructorDescriptionprivate
PebbleEngine
(Loader<?> loader, Syntax syntax, boolean strictVariables, Locale defaultLocale, int maxRenderedSize, PebbleCache<CacheKey, Object> tagCache, PebbleCache<Object, PebbleTemplate> templateCache, ExecutorService executorService, ExtensionRegistry extensionRegistry, ParserOptions parserOptions, EvaluationOptions evaluationOptions) Constructor for the Pebble Engine given an instantiated Loader. -
Uses of CacheKey in io.pebbletemplates.pebble.cache.tag
Fields in io.pebbletemplates.pebble.cache.tag with type parameters of type CacheKeyModifier and TypeFieldDescriptionprivate final ConcurrentMap
<CacheKey, Object> ConcurrentMapTagCache.tagCache
Methods in io.pebbletemplates.pebble.cache.tag with parameters of type CacheKeyModifier and TypeMethodDescriptionConcurrentMapTagCache.computeIfAbsent
(CacheKey key, Function<? super CacheKey, ?> mappingFunction) NoOpTagCache.computeIfAbsent
(CacheKey key, Function<? super CacheKey, ?> mappingFunction) Method parameters in io.pebbletemplates.pebble.cache.tag with type arguments of type CacheKeyModifier and TypeMethodDescriptionConcurrentMapTagCache.computeIfAbsent
(CacheKey key, Function<? super CacheKey, ?> mappingFunction) NoOpTagCache.computeIfAbsent
(CacheKey key, Function<? super CacheKey, ?> mappingFunction) Constructor parameters in io.pebbletemplates.pebble.cache.tag with type arguments of type CacheKey -
Uses of CacheKey in io.pebbletemplates.pebble.template
Fields in io.pebbletemplates.pebble.template with type parameters of type CacheKeyModifier and TypeFieldDescriptionprivate final PebbleCache
<CacheKey, Object> EvaluationContextImpl.tagCache
The tag cacheMethods in io.pebbletemplates.pebble.template that return types with arguments of type CacheKeyModifier and TypeMethodDescriptionEvaluationContextImpl.getTagCache()
Returns the cache used for the "cache" tagConstructor parameters in io.pebbletemplates.pebble.template with type arguments of type CacheKeyModifierConstructorDescriptionEvaluationContextImpl
(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.