Package io.pebbletemplates.pebble.cache
Interface PebbleCache<K,V>
- All Known Implementing Classes:
ConcurrentMapTagCache
,ConcurrentMapTemplateCache
,NoOpTagCache
,NoOpTemplateCache
public interface PebbleCache<K,V>
-
Method Summary
Modifier and TypeMethodDescriptioncomputeIfAbsent
(K key, Function<? super K, ? extends V> mappingFunction) void
-
Method Details
-
computeIfAbsent
-
invalidateAll
void invalidateAll()
-