Module gg.xp.xivapi

Interface DedupeCache

All Known Implementing Classes:
DedupeCacheImpl, NoopDedupeCache

public interface DedupeCache
  • Method Summary

    Modifier and Type
    Method
    Description
    <K, T> T
    computeIfAbsent(Class<T> type, K cacheKey, Function<K,T> mappingFunction)
     
  • Method Details

    • computeIfAbsent

      <K, T> T computeIfAbsent(Class<T> type, K cacheKey, Function<K,T> mappingFunction)