Class MapCache
java.lang.Object
org.talend.sdk.component.server.lang.MapCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<A,B> void evictIfNeeded(ConcurrentMap<A, B> cache, int maxSize)
-
Constructor Details
-
MapCache
public MapCache()
-
-
Method Details
-
evictIfNeeded
-