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