public static interface MetadataCache.MetadataCacheKeyInfo
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentId() |
String |
getLocation() |
Long |
getTimestamp() |
Map<String,String> |
getToolingArtifactProperties() |
String getComponentId()
doc:id on xml to which the key metadata is about to be resolved.String getLocation()
String representation for Location on Mule configuration to which the key metadata is about to be resolved. If needed use Location.builderFromStringRepresentation(String)
to get more detailed information about it.Long getTimestamp()
timestamp on Mule configuration element to which the key metadata is about to be resolved.Map<String,String> getToolingArtifactProperties()
Map of tooling artifact properties for the ToolingArtifact.Copyright © 2022 MuleSoft, Inc.. All rights reserved.