@NoImplement
public interface CacheStorageFactoryContext
CacheStorage provided to a CacheStorageFactory.| Modifier and Type | Method and Description |
|---|---|
URL |
getArtifactContentUrl() |
CacheStorageSerializer |
getStorageSerializer() |
String |
getToolingArtifactId() |
Map<String,String> |
getToolingArtifactProperties() |
String getToolingArtifactId()
ToolingArtifact for which the cache is being created.Map<String,String> getToolingArtifactProperties()
with properties used to create the CacheStorageCacheStorageSerializer getStorageSerializer()
CacheStorageSerializer that should be used to serialize and deserialize values used in the cache in case is
needed.Copyright © 2023 MuleSoft, Inc.. All rights reserved.