Class ReferenceCacheData

java.lang.Object
org.splevo.jamopp.extraction.cache.ReferenceCacheData
All Implemented Interfaces:
Serializable

public class ReferenceCacheData extends Object implements Serializable
The data container of the reference cache.
See Also:
  • Constructor Details

    • ReferenceCacheData

      public ReferenceCacheData()
  • Method Details

    • getResourceToTargetURIListMap

      public Map<String,LinkedHashMap<String,String>> getResourceToTargetURIListMap()
      Access to the resource reference map.
      Returns:
      The map at least empty but never null.
    • merge

      public void merge(ReferenceCacheData mergeInCacheData)
      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.