Interface PebbleCache<K,V>

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

public interface PebbleCache<K,V>
  • Method Summary

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

    • computeIfAbsent

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

      void invalidateAll()