Uses of Enum Class
org.springframework.ai.anthropic.AnthropicCacheTtl
Packages that use AnthropicCacheTtl
Package
Description
Spring AI integration with Anthropic's Claude models using the official
Anthropic Java SDK.
-
Uses of AnthropicCacheTtl in org.springframework.ai.anthropic
Methods in org.springframework.ai.anthropic that return AnthropicCacheTtlModifier and TypeMethodDescriptionstatic AnthropicCacheTtlReturns the enum constant of this class with the specified name.static AnthropicCacheTtl[]AnthropicCacheTtl.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.ai.anthropic that return types with arguments of type AnthropicCacheTtlMethods in org.springframework.ai.anthropic with parameters of type AnthropicCacheTtlModifier and TypeMethodDescriptionAnthropicCacheOptions.Builder.messageTypeTtl(MessageType messageType, AnthropicCacheTtl ttl) Method parameters in org.springframework.ai.anthropic with type arguments of type AnthropicCacheTtlModifier and TypeMethodDescriptionAnthropicCacheOptions.Builder.messageTypeTtl(@Nullable Map<MessageType, AnthropicCacheTtl> messageTypeTtl) Constructor parameters in org.springframework.ai.anthropic with type arguments of type AnthropicCacheTtlModifierConstructorDescriptionprotectedAnthropicCacheOptions(@Nullable AnthropicCacheStrategy strategy, @Nullable Function<@Nullable String, Integer> contentLengthFunction, @Nullable Map<MessageType, AnthropicCacheTtl> messageTypeTtl, @Nullable Map<MessageType, Integer> messageTypeMinContentLengths, @Nullable Boolean multiBlockSystemCaching, @Nullable Boolean cacheToolResults) CacheEligibilityResolver(AnthropicCacheStrategy cacheStrategy, Map<MessageType, AnthropicCacheTtl> messageTypeTtl, Map<MessageType, Integer> messageTypeMinContentLengths, Function<@Nullable String, Integer> contentLengthFunction, Set<MessageType> cacheEligibleMessageTypes) -
Uses of AnthropicCacheTtl in org.springframework.ai.model.anthropic.autoconfigure
Methods in org.springframework.ai.model.anthropic.autoconfigure that return types with arguments of type AnthropicCacheTtlModifier and TypeMethodDescription@Nullable Map<MessageType,AnthropicCacheTtl> AnthropicCacheProperties.getMessageTypeTtl()Method parameters in org.springframework.ai.model.anthropic.autoconfigure with type arguments of type AnthropicCacheTtlModifier and TypeMethodDescriptionvoidAnthropicCacheProperties.setMessageTypeTtl(@Nullable Map<MessageType, AnthropicCacheTtl> messageTypeTtl)