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