Class MapCache
- java.lang.Object
-
- org.talend.sdk.component.server.lang.MapCache
-
-
Constructor Summary
Constructors Constructor Description MapCache()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <A,B>
voidevictIfNeeded(ConcurrentMap<A,B> cache, int maxSize)
-
-
-
Constructor Detail
-
MapCache
public MapCache()
-
-
Method Detail
-
evictIfNeeded
public <A,B> void evictIfNeeded(ConcurrentMap<A,B> cache, int maxSize)
-
-