Class ToolUtils
java.lang.Object
com.mulesoft.modules.agent.broker.internal.util.ToolUtils
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> com.github.benmanes.caffeine.cache.Cache<K, V> static <K,V> com.github.benmanes.caffeine.cache.Cache<K, V> newToolCache(Duration expiry) static <K,V> com.github.benmanes.caffeine.cache.LoadingCache<K, V> newToolCache(Function<K, V> loader, Duration expiry) static StringnormalizeToolId(String toolName)
-
Field Details
-
DEFAULT_TOOL_METADATA_EXPIRY
-
-
Method Details
-
normalizeToolId
-
newToolCache
public static <K,V> com.github.benmanes.caffeine.cache.Cache<K,V> newToolCache() -
newToolCache
-
newToolCache
-