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