public class DefaultCacheStorageMapWrapperFactory extends Object implements CacheStorageMapWrapperFactory, MetadataCacheStorageMapWrapperFactory
CacheStorageMapWrapperFactory implementation that returns a CacheStorageMapWrapper that delegates to the
configured CacheStorageFactory.
Given that CacheStorageMapWrapper implements Map it can be used freely in any class loader (By referencing the
interface) without requiring refection.| Constructor and Description |
|---|
DefaultCacheStorageMapWrapperFactory(CacheStorageFactory cacheStorageFactory,
CacheStorageSerializer storageSerializer) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
create(String toolingArtifactId,
URL artifactContentUrl,
Map<String,String> properties) |
public DefaultCacheStorageMapWrapperFactory(CacheStorageFactory cacheStorageFactory, CacheStorageSerializer storageSerializer)
Copyright © 2022 MuleSoft, Inc.. All rights reserved.