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:
computeIfAbsentin interfacePebbleCache<CacheKey,Object>
-
invalidateAll
public void invalidateAll()- Specified by:
invalidateAllin interfacePebbleCache<CacheKey,Object>
-