public static interface MPv3.EngineIdCacheFactory
EngineIdCacheFactory
creates an engine ID cache with upper limit.Modifier and Type | Method and Description |
---|---|
java.util.Map<Address,OctetString> |
createEngineIdMap(EngineIdCacheSize maximumCapacity)
Create a engine ID map with the given maximum capacity.
|
java.util.Map<Address,OctetString> createEngineIdMap(EngineIdCacheSize maximumCapacity)
maximumCapacity
- the upper limit of the number of engine ID mappings in this map.