Class ReferenceCacheData
java.lang.Object
org.splevo.jamopp.extraction.cache.ReferenceCacheData
- All Implemented Interfaces:
Serializable
The data container of the reference cache.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAccess to the resource reference map.void
merge
(ReferenceCacheData mergeInCacheData) Merge the data of the provided cache to this one.
-
Constructor Details
-
ReferenceCacheData
public ReferenceCacheData()
-
-
Method Details
-
getResourceToTargetURIListMap
Access to the resource reference map.- Returns:
- The map at least empty but never null.
-
merge
Merge the data of the provided cache to this one. If the provided cache data contains data with a key stored in this cache already, the new one will override the existing one.- Parameters:
mergeInCacheData
- The data to merge into this cache.
-