java.lang.Object
gg.xp.xivapi.impl.DedupeCacheImpl
- All Implemented Interfaces:
DedupeCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<K,T> T computeIfAbsent(Class<T> type, K cacheKey, Function<K, T> mappingFunction)
-
Constructor Details
-
DedupeCacheImpl
public DedupeCacheImpl()
-
-
Method Details
-
computeIfAbsent
- Specified by:
computeIfAbsentin interfaceDedupeCache
-