Interface PebbleCache<K,​V>

    • Method Detail

      • computeIfAbsent

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

        void invalidateAll()