Class NoOpTemplateCache
- java.lang.Object
-
- io.pebbletemplates.pebble.cache.template.NoOpTemplateCache
-
- All Implemented Interfaces:
PebbleCache<java.lang.Object,PebbleTemplate>
public class NoOpTemplateCache extends java.lang.Object implements PebbleCache<java.lang.Object,PebbleTemplate>
-
-
Constructor Summary
Constructors Constructor Description NoOpTemplateCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PebbleTemplate
computeIfAbsent(java.lang.Object key, java.util.function.Function<? super java.lang.Object,? extends PebbleTemplate> mappingFunction)
void
invalidateAll()
-
-
-
Method Detail
-
computeIfAbsent
public PebbleTemplate computeIfAbsent(java.lang.Object key, java.util.function.Function<? super java.lang.Object,? extends PebbleTemplate> mappingFunction)
- Specified by:
computeIfAbsent
in interfacePebbleCache<java.lang.Object,PebbleTemplate>
-
invalidateAll
public void invalidateAll()
- Specified by:
invalidateAll
in interfacePebbleCache<java.lang.Object,PebbleTemplate>
-
-