public interface CacheStorageMapWrapperFactory
Map that wraps a CacheStorage
This should be used internally to avoid serialization between class loaders. Since the storage is wrapped by a Map, it will be loaded by all class loaders and methods can be called freely without requiring reflection.
| Modifier and Type | Method and Description |
|---|---|
Map<String,?> |
create(String toolingArtifactId,
URL artifactContentUrl,
Map<String,String> properties) |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.