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