@NoImplement
public interface MetadataCacheStorageFactoryContext
MetadataCacheStorage provided to a MetadataCacheStorageFactory.| Modifier and Type | Method and Description |
|---|---|
URL |
getArtifactContentUrl() |
String |
getToolingArtifactId() |
Map<String,String> |
getToolingArtifactProperties() |
MetadataCacheStorageSerializer |
getValueSerializer() |
String getToolingArtifactId()
ToolingArtifact for which the cache is being created.Map<String,String> getToolingArtifactProperties()
Map with properties used to create the MetadataCacheStorageMetadataCacheStorageSerializer getValueSerializer()
MetadataCacheStorageSerializer that should be used to serialize and deserialize values used in the cache in case is needed.Copyright © 2019 MuleSoft, Inc.. All rights reserved.