@Deprecated public class DefaultMetadataCacheStorageFactoryContext extends Object implements MetadataCacheStorageFactoryContext
| Constructor and Description |
|---|
DefaultMetadataCacheStorageFactoryContext(String toolingArtifactId,
URL artifactContentUrl,
Map<String,String> toolingArtifactProperties,
MetadataCacheStorageSerializer valueSerializer)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
URL |
getArtifactContentUrl()
Deprecated.
|
CacheStorageSerializer |
getStorageSerializer()
Deprecated.
|
String |
getToolingArtifactId()
Deprecated.
|
Map<String,String> |
getToolingArtifactProperties()
Deprecated.
|
MetadataCacheStorageSerializer |
getValueSerializer()
Deprecated.
|
public String getToolingArtifactId()
getToolingArtifactId in interface CacheStorageFactoryContextToolingArtifact for which the cache is being created.public URL getArtifactContentUrl()
getArtifactContentUrl in interface CacheStorageFactoryContextURL for the Artifact's contentpublic Map<String,String> getToolingArtifactProperties()
getToolingArtifactProperties in interface CacheStorageFactoryContext with properties used to create the CacheStoragepublic CacheStorageSerializer getStorageSerializer()
getStorageSerializer in interface CacheStorageFactoryContextCacheStorageSerializer that should be used to serialize and deserialize values used in the cache in case is
needed.public MetadataCacheStorageSerializer getValueSerializer()
getValueSerializer in interface MetadataCacheStorageFactoryContextMetadataCacheStorageSerializer that should be used to serialize and deserialize values used in the cache in
case is needed.Copyright © 2023 MuleSoft, Inc.. All rights reserved.