Class NoOpTagCache
java.lang.Object
io.pebbletemplates.pebble.cache.tag.NoOpTagCache
- All Implemented Interfaces:
PebbleCache<CacheKey,
Object>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomputeIfAbsent
(CacheKey key, Function<? super CacheKey, ?> mappingFunction) void
-
Constructor Details
-
NoOpTagCache
public NoOpTagCache()
-
-
Method Details
-
computeIfAbsent
- Specified by:
computeIfAbsent
in interfacePebbleCache<CacheKey,
Object>
-
invalidateAll
public void invalidateAll()- Specified by:
invalidateAll
in interfacePebbleCache<CacheKey,
Object>
-