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