public class DefaultMetadataCacheStorageMapWrapperFactory extends Object implements MetadataCacheStorageMapWrapperFactory
MetadataCacheStorageMapWrapperFactory implementation that returns a MetadataCacheStorageMapWrapper that delegates to the
configured MetadataCacheStorageFactory.
Given that MetadataCacheStorageMapWrapper implements Map it can be used freely in any class loader (By referencing the interface)
without requiring refection.| Constructor and Description |
|---|
DefaultMetadataCacheStorageMapWrapperFactory(MetadataCacheStorageFactory metadataCacheStorageFactory,
MetadataCacheStorageSerializer valueSerializer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
create(String toolingArtifactId,
URL artifactContentUrl,
Map<String,String> properties) |
public DefaultMetadataCacheStorageMapWrapperFactory(MetadataCacheStorageFactory metadataCacheStorageFactory, MetadataCacheStorageSerializer valueSerializer)
Copyright © 2019 MuleSoft, Inc.. All rights reserved.