Interface PebbleCache<K,V>

All Known Implementing Classes:
CaffeineTagCache, CaffeineTemplateCache, ConcurrentMapTagCache, ConcurrentMapTemplateCache, NoOpTagCache, NoOpTemplateCache

public interface PebbleCache<K,V>
  • Method Summary

    Modifier and Type
    Method
    Description
    computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)
     
    void
     
  • Method Details

    • computeIfAbsent

      V computeIfAbsent(K key, java.util.function.Function<? super K,? extends V> mappingFunction)
    • invalidateAll

      void invalidateAll()