| Package | Description |
|---|---|
| org.mule.tooling.client.api | |
| org.mule.tooling.client.api.datasense.storage |
| Modifier and Type | Method and Description |
|---|---|
Feature<Action<CacheStorageFactory>> |
ToolingRuntimeClient.Builder.withCacheStorageFactoryForMetadata()
If supported by the
ToolingRuntimeClient implementation, it will return a Feature
to set the CacheStorageFactory used to create a CacheStorage implemented by the user
in the Metadata cache. |
Feature<Action<CacheStorageFactory>> |
ToolingRuntimeClient.Builder.withCacheStorageFactoryForValueProviders()
If supported by the
ToolingRuntimeClient implementation, it will return a Feature
to set the CacheStorageFactory used to create a CacheStorage implemented by the user
in the Value Provider cache. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MetadataCacheStorageFactory
Factory for
MetadataCacheStorage. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.